Html Css Color HEX #18CED8 Dark Turquoise

📋 copy color: '#18CED8'

red 24 ◦ green 206 ◦ blue 216

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

Shades of Dark Turquoise #18CED8

Tints of Dark Turquoise #18CED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.43%

R = 5.38%
G = 46.19%
B = 48.43%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#18CED8 (or 0x18CED8) is known color: Dark Turquoise. HEX triplet: 18, CE and D8. RGB value is (24,206,216). Sum of RGB (Red+Green+Blue) = 24+206+216=446 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.38% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 216 - color contains mainly: blue. Hex color #18CED8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CED8 is #E73127. Grayscale: #989898. Windows color (decimal): -15151400 or 14208536. OLE color: 14208536.

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

Color convert

RGB 24 206 216 -
CMYK 0.89 0.05 0 0.15
HSL 183.13º 0.8% 0.47% -
HSV(B) 183.13º 0.89% 0.85% -
XYZ 34.84 49.29 72.64 -
YUV 152.72 163.7 36.19 -
System Red Green Blue C M Y K H S L
Decimal 24 206 216 0.89 0.05 0 0.15 183.13 0.8 0.47
Hex 18 CE D8 59 5 0 F B7 50 2F
Octal 30 316 330 131 5 0 17 267 120 57
Binary 11000 11001110 11011000 1011001 101 0 1111 10110111 1010000 101111

Color Harmonies of #18CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CED8

Black with #18CED8

Text Example


Text Example

White with #18CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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