Html Css Color HEX #10DCE6 Bright Turquoise

📋 copy color: '#10DCE6'

red 16 ◦ green 220 ◦ blue 230

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

Shades of Bright Turquoise #10DCE6

Tints of Bright Turquoise #10DCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.21%

 BLUE value IS 230 (90.23% from 255) = 49.36%

R = 3.43%
G = 47.21%
B = 49.36%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#10DCE6 (or 0x10DCE6) is known color: Bright Turquoise. HEX triplet: 10, DC and E6. RGB value is (16,220,230). Sum of RGB (Red+Green+Blue) = 16+220+230=466 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.43% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #10DCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DCE6 is #EF2319. Grayscale: #9F9F9F. Windows color (decimal): -15672090 or 15129616. OLE color: 15129616.

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

Color convert

RGB 16 220 230 -
CMYK 0.93 0.04 0 0.10
HSL 182.8º 0.87% 0.48% -
HSV(B) 182.8º 0.93% 0.9% -
XYZ 40.09 57.01 83.75 -
YUV 160.14 167.41 25.19 -
System Red Green Blue C M Y K H S L
Decimal 16 220 230 0.93 0.04 0 0.10 182.8 0.87 0.48
Hex 10 DC E6 5D 4 0 A B7 57 30
Octal 20 334 346 135 4 0 12 267 127 60
Binary 10000 11011100 11100110 1011101 100 0 1010 10110111 1010111 110000

Color Harmonies of #10DCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DCE6

Black with #10DCE6

Text Example


Text Example

White with #10DCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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