Html Css Color HEX #10CBE3 Dark Turquoise

📋 copy color: '#10CBE3'

red 16 ◦ green 203 ◦ blue 227

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

Shades of Dark Turquoise #10CBE3

Tints of Dark Turquoise #10CBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 50.9%

R = 3.59%
G = 45.52%
B = 50.9%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#10CBE3 (or 0x10CBE3) is known color: Dark Turquoise. HEX triplet: 10, CB and E3. RGB value is (16,203,227). Sum of RGB (Red+Green+Blue) = 16+203+227=446 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.59% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 227 (89.06% from 255 or 50.90% from 446); Max value from RGB is 227 - color contains mainly: blue. Hex color #10CBE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CBE3 is #EF341C. Grayscale: #959595. Windows color (decimal): -15676445 or 14928656. OLE color: 14928656.

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

Color convert

RGB 16 203 227 -
CMYK 0.93 0.11 0 0.11
HSL 186.82º 0.87% 0.48% -
HSV(B) 186.82º 0.93% 0.89% -
XYZ 35.43 48.37 80.14 -
YUV 149.82 171.55 32.55 -
System Red Green Blue C M Y K H S L
Decimal 16 203 227 0.93 0.11 0 0.11 186.82 0.87 0.48
Hex 10 CB E3 5D B 0 B BB 57 30
Octal 20 313 343 135 13 0 13 273 127 60
Binary 10000 11001011 11100011 1011101 1011 0 1011 10111011 1010111 110000

Color Harmonies of #10CBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CBE3

Black with #10CBE3

Text Example


Text Example

White with #10CBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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