Html Css Color HEX #18CCCF Dark Turquoise

📋 copy color: '#18CCCF'

red 24 ◦ green 204 ◦ blue 207

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

Shades of Dark Turquoise #18CCCF

Tints of Dark Turquoise #18CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.9%

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

R = 5.52%
G = 46.9%
B = 47.59%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#18CCCF (or 0x18CCCF) is known color: Dark Turquoise. HEX triplet: 18, CC and CF. RGB value is (24,204,207). Sum of RGB (Red+Green+Blue) = 24+204+207=435 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.52% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #18CCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CCCF is #E73330. Grayscale: #969696. Windows color (decimal): -15151921 or 13618200. OLE color: 13618200.

HSL color Cylindrical-coordinate representation of color #18CCCF: hue angle of 180.98º 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 #18CCCF is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 204 207 -
CMYK 0.88 0.01 0 0.19
HSL 180.98º 0.79% 0.45% -
HSV(B) 180.98º 0.88% 0.81% -
XYZ 33.23 47.88 66.52 -
YUV 150.52 159.87 37.76 -
System Red Green Blue C M Y K H S L
Decimal 24 204 207 0.88 0.01 0 0.19 180.98 0.79 0.45
Hex 18 CC CF 58 1 0 13 B5 4F 2D
Octal 30 314 317 130 1 0 23 265 117 55
Binary 11000 11001100 11001111 1011000 1 0 10011 10110101 1001111 101101

Color Harmonies of #18CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CCCF

Black with #18CCCF

Text Example


Text Example

White with #18CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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