Html Css Color HEX #10CCD8 Dark Turquoise

📋 copy color: '#10CCD8'

red 16 ◦ green 204 ◦ blue 216

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

Shades of Dark Turquoise #10CCD8

Tints of Dark Turquoise #10CCD8

RGB

 RED value IS 16 (6.64% from 255) = 3.67%

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

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

R = 3.67%
G = 46.79%
B = 49.54%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#10CCD8 (or 0x10CCD8) is known color: Dark Turquoise. HEX triplet: 10, CC and D8. RGB value is (16,204,216). Sum of RGB (Red+Green+Blue) = 16+204+216=436 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.67% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #10CCD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CCD8 is #EF3327. Grayscale: #949494. Windows color (decimal): -15676200 or 14208016. OLE color: 14208016.

HSL color Cylindrical-coordinate representation of color #10CCD8: hue angle of 183.6º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CCD8 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 204 216 -
CMYK 0.93 0.06 0 0.15
HSL 183.6º 0.86% 0.45% -
HSV(B) 183.6º 0.93% 0.85% -
XYZ 34.2 48.25 72.48 -
YUV 149.16 165.72 33.02 -
System Red Green Blue C M Y K H S L
Decimal 16 204 216 0.93 0.06 0 0.15 183.6 0.86 0.45
Hex 10 CC D8 5D 6 0 F B8 56 2D
Octal 20 314 330 135 6 0 17 270 126 55
Binary 10000 11001100 11011000 1011101 110 0 1111 10111000 1010110 101101

Color Harmonies of #10CCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CCD8

Black with #10CCD8

Text Example


Text Example

White with #10CCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10CCD8; }

 p { color: rgb(16,204,216); }

 H1.HeaderClassName
 {
   color: #10CCD8;
 }
 .AnyTagClassName
 {
   color: #10CCD8;
 }
</style>

background-color css

<style>
 a { background-color: #10CCD8; }

 a { background-color: rgb(16,204,216); }

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

border-color css

<style>
 span { border-color: #10CCD8; }

 span { border-color: rgb(16,204,216); }

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