Html Css Color HEX #10CFDD Dark Turquoise

📋 copy color: '#10CFDD'

red 16 ◦ green 207 ◦ blue 221

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

Shades of Dark Turquoise #10CFDD

Tints of Dark Turquoise #10CFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 3.6%
G = 46.62%
B = 49.77%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#10CFDD (or 0x10CFDD) is known color: Dark Turquoise. HEX triplet: 10, CF and DD. RGB value is (16,207,221). Sum of RGB (Red+Green+Blue) = 16+207+221=444 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #10CFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CFDD is #EF3022. Grayscale: #979797. Windows color (decimal): -15675427 or 14536464. OLE color: 14536464.

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

Color convert

RGB 16 207 221 -
CMYK 0.93 0.06 0 0.13
HSL 184.1º 0.86% 0.46% -
HSV(B) 184.1º 0.93% 0.87% -
XYZ 35.58 49.96 76.17 -
YUV 151.49 167.22 31.36 -
System Red Green Blue C M Y K H S L
Decimal 16 207 221 0.93 0.06 0 0.13 184.1 0.86 0.46
Hex 10 CF DD 5D 6 0 D B8 56 2E
Octal 20 317 335 135 6 0 15 270 126 56
Binary 10000 11001111 11011101 1011101 110 0 1101 10111000 1010110 101110

Color Harmonies of #10CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CFDD

Black with #10CFDD

Text Example


Text Example

White with #10CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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