Html Css Color HEX #10CADB Dark Turquoise

📋 copy color: '#10CADB'

red 16 ◦ green 202 ◦ blue 219

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

Shades of Dark Turquoise #10CADB

Tints of Dark Turquoise #10CADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 3.66%
G = 46.22%
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

#10CADB (or 0x10CADB) is known color: Dark Turquoise. HEX triplet: 10, CA and DB. RGB value is (16,202,219). Sum of RGB (Red+Green+Blue) = 16+202+219=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #10CADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CADB is #EF3524. Grayscale: #949494. Windows color (decimal): -15676709 or 14404112. OLE color: 14404112.

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

Color convert

RGB 16 202 219 -
CMYK 0.93 0.08 0 0.14
HSL 185.02º 0.86% 0.46% -
HSV(B) 185.02º 0.93% 0.86% -
XYZ 34.12 47.47 74.38 -
YUV 148.32 167.88 33.62 -
System Red Green Blue C M Y K H S L
Decimal 16 202 219 0.93 0.08 0 0.14 185.02 0.86 0.46
Hex 10 CA DB 5D 8 0 E B9 56 2E
Octal 20 312 333 135 10 0 16 271 126 56
Binary 10000 11001010 11011011 1011101 1000 0 1110 10111001 1010110 101110

Color Harmonies of #10CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CADB

Black with #10CADB

Text Example


Text Example

White with #10CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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