Html Css Color HEX #10E6DF Bright Turquoise

📋 copy color: '#10E6DF'

red 16 ◦ green 230 ◦ blue 223

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

Shades of Bright Turquoise #10E6DF

Tints of Bright Turquoise #10E6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.04%

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

R = 3.41%
G = 49.04%
B = 47.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#10E6DF (or 0x10E6DF) is known color: Bright Turquoise. HEX triplet: 10, E6 and DF. RGB value is (16,230,223). Sum of RGB (Red+Green+Blue) = 16+230+223=469 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.41% from 469); Green value is 230 (90.23% from 255 or 49.04% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 230 - color contains mainly: green. Hex color #10E6DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10E6DF is #EF1920. Grayscale: #A5A5A5. Windows color (decimal): -15669537 or 14673424. OLE color: 14673424.

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

Color convert

RGB 16 230 223 -
CMYK 0.93 0 0.03 0.10
HSL 178.04º 0.87% 0.48% -
HSV(B) 178.04º 0.93% 0.9% -
XYZ 41.83 62.03 79.58 -
YUV 165.22 160.6 21.57 -
System Red Green Blue C M Y K H S L
Decimal 16 230 223 0.93 0 0.03 0.10 178.04 0.87 0.48
Hex 10 E6 DF 5D 0 3 A B2 57 30
Octal 20 346 337 135 0 3 12 262 127 60
Binary 10000 11100110 11011111 1011101 0 11 1010 10110010 1010111 110000

Color Harmonies of #10E6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E6DF

Black with #10E6DF

Text Example


Text Example

White with #10E6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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