Html Css Color HEX #10CED6 Dark Turquoise

📋 copy color: '#10CED6'

red 16 ◦ green 206 ◦ blue 214

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

Shades of Dark Turquoise #10CED6

Tints of Dark Turquoise #10CED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.08%

R = 3.67%
G = 47.25%
B = 49.08%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#10CED6 (or 0x10CED6) is known color: Dark Turquoise. HEX triplet: 10, CE and D6. RGB value is (16,206,214). Sum of RGB (Red+Green+Blue) = 16+206+214=436 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.67% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #10CED6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CED6 is #EF3129. Grayscale: #959595. Windows color (decimal): -15675690 or 14077456. OLE color: 14077456.

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

Color convert

RGB 16 206 214 -
CMYK 0.93 0.04 0 0.16
HSL 182.42º 0.86% 0.45% -
HSV(B) 182.42º 0.93% 0.84% -
XYZ 34.42 49.11 71.28 -
YUV 150.1 164.05 32.35 -
System Red Green Blue C M Y K H S L
Decimal 16 206 214 0.93 0.04 0 0.16 182.42 0.86 0.45
Hex 10 CE D6 5D 4 0 10 B6 56 2D
Octal 20 316 326 135 4 0 20 266 126 55
Binary 10000 11001110 11010110 1011101 100 0 10000 10110110 1010110 101101

Color Harmonies of #10CED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CED6

Black with #10CED6

Text Example


Text Example

White with #10CED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,206,214); }

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

background-color css

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

 a { background-color: rgb(16,206,214); }

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

border-color css

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

 span { border-color: rgb(16,206,214); }

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