Html Css Color HEX #10F1DB Bright Turquoise

📋 copy color: '#10F1DB'

red 16 ◦ green 241 ◦ blue 219

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

Shades of Bright Turquoise #10F1DB

Tints of Bright Turquoise #10F1DB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.63%

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 3.36%
G = 50.63%
B = 46.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#10F1DB (or 0x10F1DB) is known color: Bright Turquoise. HEX triplet: 10, F1 and DB. RGB value is (16,241,219). Sum of RGB (Red+Green+Blue) = 16+241+219=476 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.36% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #10F1DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F1DB is #EF0E24. Grayscale: #ABABAB. Windows color (decimal): -15666725 or 14414096. OLE color: 14414096.

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

Color convert

RGB 16 241 219 -
CMYK 0.93 0 0.09 0.05
HSL 174.13º 0.89% 0.5% -
HSV(B) 174.13º 0.93% 0.95% -
XYZ 44.46 68.14 77.83 -
YUV 171.22 154.96 17.29 -
System Red Green Blue C M Y K H S L
Decimal 16 241 219 0.93 0 0.09 0.05 174.13 0.89 0.5
Hex 10 F1 DB 5D 0 9 5 AE 59 32
Octal 20 361 333 135 0 11 5 256 131 62
Binary 10000 11110001 11011011 1011101 0 1001 101 10101110 1011001 110010

Color Harmonies of #10F1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F1DB

Black with #10F1DB

Text Example


Text Example

White with #10F1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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