Html Css Color HEX #10DEF1 Bright Turquoise

📋 copy color: '#10DEF1'

red 16 ◦ green 222 ◦ blue 241

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

Shades of Bright Turquoise #10DEF1

Tints of Bright Turquoise #10DEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.31%

R = 3.34%
G = 46.35%
B = 50.31%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#10DEF1 (or 0x10DEF1) is known color: Bright Turquoise. HEX triplet: 10, DE and F1. RGB value is (16,222,241). Sum of RGB (Red+Green+Blue) = 16+222+241=479 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.34% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #10DEF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DEF1 is #EF210E. Grayscale: #A2A2A2. Windows color (decimal): -15671567 or 15851024. OLE color: 15851024.

HSL color Cylindrical-coordinate representation of color #10DEF1: hue angle of 185.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DEF1 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 222 241 -
CMYK 0.93 0.08 0 0.05
HSL 185.07º 0.89% 0.5% -
HSV(B) 185.07º 0.93% 0.95% -
XYZ 42.21 58.7 92.33 -
YUV 162.57 172.25 23.46 -
System Red Green Blue C M Y K H S L
Decimal 16 222 241 0.93 0.08 0 0.05 185.07 0.89 0.5
Hex 10 DE F1 5D 8 0 5 B9 59 32
Octal 20 336 361 135 10 0 5 271 131 62
Binary 10000 11011110 11110001 1011101 1000 0 101 10111001 1011001 110010

Color Harmonies of #10DEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DEF1

Black with #10DEF1

Text Example


Text Example

White with #10DEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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