Html Css Color HEX #10CFD6 Dark Turquoise

📋 copy color: '#10CFD6'

red 16 ◦ green 207 ◦ blue 214

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

Shades of Dark Turquoise #10CFD6

Tints of Dark Turquoise #10CFD6

RGB

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

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

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

R = 3.66%
G = 47.37%
B = 48.97%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#10CFD6 (or 0x10CFD6) is known color: Dark Turquoise. HEX triplet: 10, CF and D6. RGB value is (16,207,214). Sum of RGB (Red+Green+Blue) = 16+207+214=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #10CFD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CFD6 is #EF3029. Grayscale: #969696. Windows color (decimal): -15675434 or 14077712. OLE color: 14077712.

HSL color Cylindrical-coordinate representation of color #10CFD6: hue angle of 182.12º 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 #10CFD6 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 207 214 -
CMYK 0.93 0.03 0 0.16
HSL 182.12º 0.86% 0.45% -
HSV(B) 182.12º 0.93% 0.84% -
XYZ 34.66 49.59 71.36 -
YUV 150.69 163.72 31.93 -
System Red Green Blue C M Y K H S L
Decimal 16 207 214 0.93 0.03 0 0.16 182.12 0.86 0.45
Hex 10 CF D6 5D 3 0 10 B6 56 2D
Octal 20 317 326 135 3 0 20 266 126 55
Binary 10000 11001111 11010110 1011101 11 0 10000 10110110 1010110 101101

Color Harmonies of #10CFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CFD6

Black with #10CFD6

Text Example


Text Example

White with #10CFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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