Html Css Color HEX #10CCE9 Dark Turquoise

📋 copy color: '#10CCE9'

red 16 ◦ green 204 ◦ blue 233

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

Shades of Dark Turquoise #10CCE9

Tints of Dark Turquoise #10CCE9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.03%

 BLUE value IS 233 (91.41% from 255) = 51.43%

R = 3.53%
G = 45.03%
B = 51.43%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#10CCE9 (or 0x10CCE9) is known color: Dark Turquoise. HEX triplet: 10, CC and E9. RGB value is (16,204,233). Sum of RGB (Red+Green+Blue) = 16+204+233=453 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.53% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #10CCE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CCE9 is #EF3316. Grayscale: #969696. Windows color (decimal): -15676183 or 15322128. OLE color: 15322128.

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

Color convert

RGB 16 204 233 -
CMYK 0.93 0.12 0 0.09
HSL 188.02º 0.87% 0.49% -
HSV(B) 188.02º 0.93% 0.91% -
XYZ 36.51 49.18 84.66 -
YUV 151.09 174.22 31.64 -
System Red Green Blue C M Y K H S L
Decimal 16 204 233 0.93 0.12 0 0.09 188.02 0.87 0.49
Hex 10 CC E9 5D C 0 9 BC 57 31
Octal 20 314 351 135 14 0 11 274 127 61
Binary 10000 11001100 11101001 1011101 1100 0 1001 10111100 1010111 110001

Color Harmonies of #10CCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CCE9

Black with #10CCE9

Text Example


Text Example

White with #10CCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,204,233); }

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

background-color css

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

 a { background-color: rgb(16,204,233); }

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

border-color css

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

 span { border-color: rgb(16,204,233); }

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