Html Css Color HEX #18CDE0 Dark Turquoise

📋 copy color: '#18CDE0'

red 24 ◦ green 205 ◦ blue 224

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

Shades of Dark Turquoise #18CDE0

Tints of Dark Turquoise #18CDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.25%

 BLUE value IS 224 (87.89% from 255) = 49.45%

R = 5.3%
G = 45.25%
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

#18CDE0 (or 0x18CDE0) is known color: Dark Turquoise. HEX triplet: 18, CD and E0. RGB value is (24,205,224). Sum of RGB (Red+Green+Blue) = 24+205+224=453 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.30% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #18CDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CDE0 is #E7321F. Grayscale: #989898. Windows color (decimal): -15151648 or 14732568. OLE color: 14732568.

HSL color Cylindrical-coordinate representation of color #18CDE0: hue angle of 185.7º 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 #18CDE0 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 24 205 224 -
CMYK 0.89 0.08 0 0.12
HSL 185.7º 0.81% 0.49% -
HSV(B) 185.7º 0.89% 0.88% -
XYZ 35.66 49.24 78.15 -
YUV 153.05 168.03 35.96 -
System Red Green Blue C M Y K H S L
Decimal 24 205 224 0.89 0.08 0 0.12 185.7 0.81 0.49
Hex 18 CD E0 59 8 0 C BA 51 31
Octal 30 315 340 131 10 0 14 272 121 61
Binary 11000 11001101 11100000 1011001 1000 0 1100 10111010 1010001 110001

Color Harmonies of #18CDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CDE0

Black with #18CDE0

Text Example


Text Example

White with #18CDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,205,224); }

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

background-color css

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

 a { background-color: rgb(24,205,224); }

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

border-color css

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

 span { border-color: rgb(24,205,224); }

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