Html Css Color HEX #18CFDF Dark Turquoise

📋 copy color: '#18CFDF'

red 24 ◦ green 207 ◦ blue 223

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

Shades of Dark Turquoise #18CFDF

Tints of Dark Turquoise #18CFDF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.59%

 BLUE value IS 223 (87.5% from 255) = 49.12%

R = 5.29%
G = 45.59%
B = 49.12%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18CFDF (or 0x18CFDF) is known color: Dark Turquoise. HEX triplet: 18, CF and DF. RGB value is (24,207,223). Sum of RGB (Red+Green+Blue) = 24+207+223=454 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.29% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #18CFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CFDF is #E73020. Grayscale: #999999. Windows color (decimal): -15151137 or 14667544. OLE color: 14667544.

HSL color Cylindrical-coordinate representation of color #18CFDF: hue angle of 184.82º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18CFDF is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 207 223 -
CMYK 0.89 0.07 0 0.13
HSL 184.82º 0.81% 0.48% -
HSV(B) 184.82º 0.89% 0.87% -
XYZ 36.01 50.15 77.59 -
YUV 154.11 166.87 35.2 -
System Red Green Blue C M Y K H S L
Decimal 24 207 223 0.89 0.07 0 0.13 184.82 0.81 0.48
Hex 18 CF DF 59 7 0 D B9 51 30
Octal 30 317 337 131 7 0 15 271 121 60
Binary 11000 11001111 11011111 1011001 111 0 1101 10111001 1010001 110000

Color Harmonies of #18CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFDF

Black with #18CFDF

Text Example


Text Example

White with #18CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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