Html Css Color HEX #18CEE1 Dark Turquoise

📋 copy color: '#18CEE1'

red 24 ◦ green 206 ◦ blue 225

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

Shades of Dark Turquoise #18CEE1

Tints of Dark Turquoise #18CEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.45%

R = 5.27%
G = 45.27%
B = 49.45%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#18CEE1 (or 0x18CEE1) is known color: Dark Turquoise. HEX triplet: 18, CE and E1. RGB value is (24,206,225). Sum of RGB (Red+Green+Blue) = 24+206+225=455 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.27% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #18CEE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CEE1 is #E7311E. Grayscale: #999999. Windows color (decimal): -15151391 or 14798360. OLE color: 14798360.

HSL color Cylindrical-coordinate representation of color #18CEE1: hue angle of 185.67º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18CEE1 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 24 206 225 -
CMYK 0.89 0.08 0 0.12
HSL 185.67º 0.81% 0.49% -
HSV(B) 185.67º 0.89% 0.88% -
XYZ 36.04 49.77 78.94 -
YUV 153.75 168.2 35.46 -
System Red Green Blue C M Y K H S L
Decimal 24 206 225 0.89 0.08 0 0.12 185.67 0.81 0.49
Hex 18 CE E1 59 8 0 C BA 51 31
Octal 30 316 341 131 10 0 14 272 121 61
Binary 11000 11001110 11100001 1011001 1000 0 1100 10111010 1010001 110001

Color Harmonies of #18CEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CEE1

Black with #18CEE1

Text Example


Text Example

White with #18CEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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