Html Css Color HEX #10CADD Dark Turquoise

📋 copy color: '#10CADD'

red 16 ◦ green 202 ◦ blue 221

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

Shades of Dark Turquoise #10CADD

Tints of Dark Turquoise #10CADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.01%

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

R = 3.64%
G = 46.01%
B = 50.34%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#10CADD (or 0x10CADD) is known color: Dark Turquoise. HEX triplet: 10, CA and DD. RGB value is (16,202,221). Sum of RGB (Red+Green+Blue) = 16+202+221=439 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #10CADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CADD is #EF3522. Grayscale: #949494. Windows color (decimal): -15676707 or 14535184. OLE color: 14535184.

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

Color convert

RGB 16 202 221 -
CMYK 0.93 0.09 0 0.13
HSL 185.56º 0.86% 0.46% -
HSV(B) 185.56º 0.93% 0.87% -
XYZ 34.39 47.57 75.78 -
YUV 148.55 168.88 33.46 -
System Red Green Blue C M Y K H S L
Decimal 16 202 221 0.93 0.09 0 0.13 185.56 0.86 0.46
Hex 10 CA DD 5D 9 0 D BA 56 2E
Octal 20 312 335 135 11 0 15 272 126 56
Binary 10000 11001010 11011101 1011101 1001 0 1101 10111010 1010110 101110

Color Harmonies of #10CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CADD

Black with #10CADD

Text Example


Text Example

White with #10CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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