Html Css Color HEX #18D7CF Dark Turquoise

📋 copy color: '#18D7CF'

red 24 ◦ green 215 ◦ blue 207

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

Shades of Dark Turquoise #18D7CF

Tints of Dark Turquoise #18D7CF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.21%

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

R = 5.38%
G = 48.21%
B = 46.41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#18D7CF (or 0x18D7CF) is known color: Dark Turquoise. HEX triplet: 18, D7 and CF. RGB value is (24,215,207). Sum of RGB (Red+Green+Blue) = 24+215+207=446 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.38% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #18D7CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D7CF is #E72830. Grayscale: #9C9C9C. Windows color (decimal): -15149105 or 13621016. OLE color: 13621016.

HSL color Cylindrical-coordinate representation of color #18D7CF: hue angle of 177.49º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D7CF is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 215 207 -
CMYK 0.89 0 0.04 0.16
HSL 177.49º 0.8% 0.47% -
HSV(B) 177.49º 0.89% 0.84% -
XYZ 35.94 53.3 67.43 -
YUV 156.98 156.22 33.15 -
System Red Green Blue C M Y K H S L
Decimal 24 215 207 0.89 0 0.04 0.16 177.49 0.8 0.47
Hex 18 D7 CF 59 0 4 10 B1 50 2F
Octal 30 327 317 131 0 4 20 261 120 57
Binary 11000 11010111 11001111 1011001 0 100 10000 10110001 1010000 101111

Color Harmonies of #18D7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D7CF

Black with #18D7CF

Text Example


Text Example

White with #18D7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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