Html Css Color HEX #18CECF Dark Turquoise

📋 copy color: '#18CECF'

red 24 ◦ green 206 ◦ blue 207

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

Shades of Dark Turquoise #18CECF

Tints of Dark Turquoise #18CECF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.14%

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

R = 5.49%
G = 47.14%
B = 47.37%

CMYK

 C value IS 0.88

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#18CECF (or 0x18CECF) is known color: Dark Turquoise. HEX triplet: 18, CE and CF. RGB value is (24,206,207). Sum of RGB (Red+Green+Blue) = 24+206+207=437 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.49% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #18CECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CECF is #E73130. Grayscale: #979797. Windows color (decimal): -15151409 or 13618712. OLE color: 13618712.

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

Color convert

RGB 24 206 207 -
CMYK 0.88 0.00 0 0.19
HSL 180.33º 0.79% 0.45% -
HSV(B) 180.33º 0.88% 0.81% -
XYZ 33.71 48.84 66.68 -
YUV 151.7 159.2 36.92 -
System Red Green Blue C M Y K H S L
Decimal 24 206 207 0.88 0.00 0 0.19 180.33 0.79 0.45
Hex 18 CE CF 58 0 0 13 B4 4F 2D
Octal 30 316 317 130 0 0 23 264 117 55
Binary 11000 11001110 11001111 1011000 0 0 10011 10110100 1001111 101101

Color Harmonies of #18CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CECF

Black with #18CECF

Text Example


Text Example

White with #18CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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