Html Css Color HEX #18CBD8 Dark Turquoise

📋 copy color: '#18CBD8'

red 24 ◦ green 203 ◦ blue 216

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

Shades of Dark Turquoise #18CBD8

Tints of Dark Turquoise #18CBD8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.82%

 BLUE value IS 216 (84.77% from 255) = 48.76%

R = 5.42%
G = 45.82%
B = 48.76%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#18CBD8 (or 0x18CBD8) is known color: Dark Turquoise. HEX triplet: 18, CB and D8. RGB value is (24,203,216). Sum of RGB (Red+Green+Blue) = 24+203+216=443 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.42% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #18CBD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CBD8 is #E73427. Grayscale: #969696. Windows color (decimal): -15152168 or 14207768. OLE color: 14207768.

HSL color Cylindrical-coordinate representation of color #18CBD8: hue angle of 184.06º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18CBD8 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 203 216 -
CMYK 0.89 0.06 0 0.15
HSL 184.06º 0.8% 0.47% -
HSV(B) 184.06º 0.89% 0.85% -
XYZ 34.13 47.86 72.41 -
YUV 150.96 164.7 37.44 -
System Red Green Blue C M Y K H S L
Decimal 24 203 216 0.89 0.06 0 0.15 184.06 0.8 0.47
Hex 18 CB D8 59 6 0 F B8 50 2F
Octal 30 313 330 131 6 0 17 270 120 57
Binary 11000 11001011 11011000 1011001 110 0 1111 10111000 1010000 101111

Color Harmonies of #18CBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CBD8

Black with #18CBD8

Text Example


Text Example

White with #18CBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,203,216); }

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

background-color css

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

 a { background-color: rgb(24,203,216); }

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

border-color css

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

 span { border-color: rgb(24,203,216); }

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