Html Css Color HEX #18CBCF Dark Turquoise

📋 copy color: '#18CBCF'

red 24 ◦ green 203 ◦ blue 207

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

Shades of Dark Turquoise #18CBCF

Tints of Dark Turquoise #18CBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 5.53%
G = 46.77%
B = 47.7%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#18CBCF (or 0x18CBCF) is known color: Dark Turquoise. HEX triplet: 18, CB and CF. RGB value is (24,203,207). Sum of RGB (Red+Green+Blue) = 24+203+207=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #18CBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CBCF is #E73430. Grayscale: #959595. Windows color (decimal): -15152177 or 13617944. OLE color: 13617944.

HSL color Cylindrical-coordinate representation of color #18CBCF: hue angle of 181.31º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CBCF is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 203 207 -
CMYK 0.88 0.02 0 0.19
HSL 181.31º 0.79% 0.45% -
HSV(B) 181.31º 0.88% 0.81% -
XYZ 33 47.41 66.44 -
YUV 149.94 160.2 38.17 -
System Red Green Blue C M Y K H S L
Decimal 24 203 207 0.88 0.02 0 0.19 181.31 0.79 0.45
Hex 18 CB CF 58 2 0 13 B5 4F 2D
Octal 30 313 317 130 2 0 23 265 117 55
Binary 11000 11001011 11001111 1011000 10 0 10011 10110101 1001111 101101

Color Harmonies of #18CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CBCF

Black with #18CBCF

Text Example


Text Example

White with #18CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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