Html Css Color HEX #10CBDC Dark Turquoise

📋 copy color: '#10CBDC'

red 16 ◦ green 203 ◦ blue 220

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

Shades of Dark Turquoise #10CBDC

Tints of Dark Turquoise #10CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.24%

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 3.64%
G = 46.24%
B = 50.11%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10CBDC (or 0x10CBDC) is known color: Dark Turquoise. HEX triplet: 10, CB and DC. RGB value is (16,203,220). Sum of RGB (Red+Green+Blue) = 16+203+220=439 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #10CBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CBDC is #EF3423. Grayscale: #949494. Windows color (decimal): -15676452 or 14469904. OLE color: 14469904.

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

Color convert

RGB 16 203 220 -
CMYK 0.93 0.08 0 0.14
HSL 185º 0.86% 0.46% -
HSV(B) 185º 0.93% 0.86% -
XYZ 34.49 47.99 75.16 -
YUV 149.03 168.05 33.12 -
System Red Green Blue C M Y K H S L
Decimal 16 203 220 0.93 0.08 0 0.14 185 0.86 0.46
Hex 10 CB DC 5D 8 0 E B9 56 2E
Octal 20 313 334 135 10 0 16 271 126 56
Binary 10000 11001011 11011100 1011101 1000 0 1110 10111001 1010110 101110

Color Harmonies of #10CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CBDC

Black with #10CBDC

Text Example


Text Example

White with #10CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,203,220); }

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

background-color css

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

 a { background-color: rgb(16,203,220); }

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

border-color css

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

 span { border-color: rgb(16,203,220); }

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