Html Css Color HEX #10FADB Bright Turquoise

📋 copy color: '#10FADB'

red 16 ◦ green 250 ◦ blue 219

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

Shades of Bright Turquoise #10FADB

Tints of Bright Turquoise #10FADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.55%

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

R = 3.3%
G = 51.55%
B = 45.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#10FADB (or 0x10FADB) is known color: Bright Turquoise. HEX triplet: 10, FA and DB. RGB value is (16,250,219). Sum of RGB (Red+Green+Blue) = 16+250+219=485 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.30% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #10FADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FADB is #EF0524. Grayscale: #B0B0B0. Windows color (decimal): -15664421 or 14416400. OLE color: 14416400.

HSL color Cylindrical-coordinate representation of color #10FADB: hue angle of 172.05º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FADB is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 250 219 -
CMYK 0.94 0 0.12 0.02
HSL 172.05º 0.96% 0.52% -
HSV(B) 172.05º 0.94% 0.98% -
XYZ 47.19 73.6 78.74 -
YUV 176.5 151.98 13.52 -
System Red Green Blue C M Y K H S L
Decimal 16 250 219 0.94 0 0.12 0.02 172.05 0.96 0.52
Hex 10 FA DB 5E 0 C 2 AC 60 34
Octal 20 372 333 136 0 14 2 254 140 64
Binary 10000 11111010 11011011 1011110 0 1100 10 10101100 1100000 110100

Color Harmonies of #10FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FADB

Black with #10FADB

Text Example


Text Example

White with #10FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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