#23cfe4

Color #23CFE4 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #23CFE4

Tints of Bright Turquoise #23CFE4

Color information

#23CFE4 (or 0x23CFE4) is unknown color: approx Bright Turquoise. HEX triplet: 23, CF and E4. RGB value is (35,207,228). Sum of RGB (Red+Green+Blue) = 35+207+228=470 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.45% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #23CFE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CFE4 is #DC301B. Grayscale: #9D9D9D. Windows color (decimal): -14430236 or 14995235. OLE color: 14995235.

HSL color Cylindrical-coordinate representation of color #23CFE4: hue angle of 186.53º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23CFE4 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB35207228-
CMYK0.850.0900.11
HSL186.53º78.14%51.57%-
HSV(B)186.53º84.65%89.41%-
XYZ37.0150.5881.21-
YUV157.97167.5240.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 7.45%
GREEN value IS 207 (81.25% from 255) = 44.04%
BLUE value IS 228 (89.45% from 255) = 48.51%
R=7.45%
G=44.04%
B=48.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal352072280.850.0900.11186.5378.1451.57
Hex23CFE45590Bbb4e34
Octal433173441251101327311664
Binary10001111001111111001001010101100101011101110111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23cfe4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23cfe4; }

 p { color: rgb(35,207,228); }

 H1.HeaderClassName
 {
   color: #23cfe4;
 }
 .AnyTagClassName
 {
   color: #23cfe4;
 }
</style>
background-color css

<style>
 a { background-color: #23cfe4; }

 a { background-color: rgb(35,207,228); }

 div.DivClassName
 {
   background-color: #23cfe4;
 }
 .BgClassName
 {
   background-color: #23cfe4;
 }
</style>
border-color css

<style>
 span { border-color: #23cfe4; }

 span { border-color: rgb(35,207,228); }

 td.TdClassName
 {
   border-color: #23cfe4;
 }
 .TagClassName
 {
   border-color: #23cfe4;
 }
</style>