Html Css Color HEX #18CEE9 Dark Turquoise

📋 copy color: '#18CEE9'

red 24 ◦ green 206 ◦ blue 233

#18CEE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #18CEE9

Tints of Dark Turquoise #18CEE9

RGB

 RED value IS 24 (9.77% from 255) = 5.18%

 GREEN value IS 206 (80.86% from 255) = 44.49%

 BLUE value IS 233 (91.41% from 255) = 50.32%

R = 5.18%
G = 44.49%
B = 50.32%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#18CEE9 (or 0x18CEE9) is known color: Dark Turquoise. HEX triplet: 18, CE and E9. RGB value is (24,206,233). Sum of RGB (Red+Green+Blue) = 24+206+233=463 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.18% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #18CEE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CEE9 is #E73116. Grayscale: #9A9A9A. Windows color (decimal): -15151383 or 15322648. OLE color: 15322648.

HSL color Cylindrical-coordinate representation of color #18CEE9: hue angle of 187.75º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CEE9 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 206 233 -
CMYK 0.90 0.12 0 0.09
HSL 187.75º 0.83% 0.5% -
HSV(B) 187.75º 0.9% 0.91% -
XYZ 37.16 50.22 84.83 -
YUV 154.66 172.2 34.8 -
System Red Green Blue C M Y K H S L
Decimal 24 206 233 0.90 0.12 0 0.09 187.75 0.83 0.5
Hex 18 CE E9 5A C 0 9 BC 53 32
Octal 30 316 351 132 14 0 11 274 123 62
Binary 11000 11001110 11101001 1011010 1100 0 1001 10111100 1010011 110010

Color Harmonies of #18CEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CEE9

Black with #18CEE9

Text Example


Text Example

White with #18CEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18CEE9; }

 p { color: rgb(24,206,233); }

 H1.HeaderClassName
 {
   color: #18CEE9;
 }
 .AnyTagClassName
 {
   color: #18CEE9;
 }
</style>

background-color css

<style>
 a { background-color: #18CEE9; }

 a { background-color: rgb(24,206,233); }

 div.DivClassName
 {
   background-color: #18CEE9;
 }
 .BgClassName
 {
   background-color: #18CEE9;
 }
</style>

border-color css

<style>
 span { border-color: #18CEE9; }

 span { border-color: rgb(24,206,233); }

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