Html Css Color HEX #18CBD2 Dark Turquoise

📋 copy color: '#18CBD2'

red 24 ◦ green 203 ◦ blue 210

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

Shades of Dark Turquoise #18CBD2

Tints of Dark Turquoise #18CBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.05%

R = 5.49%
G = 46.45%
B = 48.05%

CMYK

 C value IS 0.89

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#18CBD2 (or 0x18CBD2) is known color: Dark Turquoise. HEX triplet: 18, CB and D2. RGB value is (24,203,210). Sum of RGB (Red+Green+Blue) = 24+203+210=437 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.49% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 210 - color contains mainly: blue. Hex color #18CBD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CBD2 is #E7342D. Grayscale: #969696. Windows color (decimal): -15152174 or 13814552. OLE color: 13814552.

HSL color Cylindrical-coordinate representation of color #18CBD2: hue angle of 182.26º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18CBD2 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 203 210 -
CMYK 0.89 0.03 0 0.18
HSL 182.26º 0.79% 0.46% -
HSV(B) 182.26º 0.89% 0.82% -
XYZ 33.37 47.56 68.39 -
YUV 150.28 161.7 37.93 -
System Red Green Blue C M Y K H S L
Decimal 24 203 210 0.89 0.03 0 0.18 182.26 0.79 0.46
Hex 18 CB D2 59 3 0 12 B6 4F 2E
Octal 30 313 322 131 3 0 22 266 117 56
Binary 11000 11001011 11010010 1011001 11 0 10010 10110110 1001111 101110

Color Harmonies of #18CBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CBD2

Black with #18CBD2

Text Example


Text Example

White with #18CBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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