Html Css Color HEX #10CADF Dark Turquoise

📋 copy color: '#10CADF'

red 16 ◦ green 202 ◦ blue 223

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

Shades of Dark Turquoise #10CADF

Tints of Dark Turquoise #10CADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 3.63%
G = 45.8%
B = 50.57%

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

#10CADF (or 0x10CADF) is known color: Dark Turquoise. HEX triplet: 10, CA and DF. RGB value is (16,202,223). Sum of RGB (Red+Green+Blue) = 16+202+223=441 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.63% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #10CADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CADF is #EF3520. Grayscale: #949494. Windows color (decimal): -15676705 or 14666256. OLE color: 14666256.

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

Color convert

RGB 16 202 223 -
CMYK 0.93 0.09 0 0.13
HSL 186.09º 0.87% 0.47% -
HSV(B) 186.09º 0.93% 0.87% -
XYZ 34.65 47.68 77.19 -
YUV 148.78 169.88 33.29 -
System Red Green Blue C M Y K H S L
Decimal 16 202 223 0.93 0.09 0 0.13 186.09 0.87 0.47
Hex 10 CA DF 5D 9 0 D BA 57 2F
Octal 20 312 337 135 11 0 15 272 127 57
Binary 10000 11001010 11011111 1011101 1001 0 1101 10111010 1010111 101111

Color Harmonies of #10CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CADF

Black with #10CADF

Text Example


Text Example

White with #10CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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