Html Css Color HEX #10DEF6 Bright Turquoise

📋 copy color: '#10DEF6'

red 16 ◦ green 222 ◦ blue 246

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

Shades of Bright Turquoise #10DEF6

Tints of Bright Turquoise #10DEF6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.87%

 BLUE value IS 246 (96.48% from 255) = 50.83%

R = 3.31%
G = 45.87%
B = 50.83%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#10DEF6 (or 0x10DEF6) is known color: Bright Turquoise. HEX triplet: 10, DE and F6. RGB value is (16,222,246). Sum of RGB (Red+Green+Blue) = 16+222+246=484 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.31% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #10DEF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DEF6 is #EF2109. Grayscale: #A2A2A2. Windows color (decimal): -15671562 or 16178704. OLE color: 16178704.

HSL color Cylindrical-coordinate representation of color #10DEF6: hue angle of 186.26º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DEF6 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 222 246 -
CMYK 0.93 0.10 0 0.04
HSL 186.26º 0.93% 0.51% -
HSV(B) 186.26º 0.93% 0.96% -
XYZ 42.97 59.01 96.31 -
YUV 163.14 174.75 23.05 -
System Red Green Blue C M Y K H S L
Decimal 16 222 246 0.93 0.10 0 0.04 186.26 0.93 0.51
Hex 10 DE F6 5D A 0 4 BA 5D 33
Octal 20 336 366 135 12 0 4 272 135 63
Binary 10000 11011110 11110110 1011101 1010 0 100 10111010 1011101 110011

Color Harmonies of #10DEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DEF6

Black with #10DEF6

Text Example


Text Example

White with #10DEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,222,246); }

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

background-color css

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

 a { background-color: rgb(16,222,246); }

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

border-color css

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

 span { border-color: rgb(16,222,246); }

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