Html Css Color HEX #10FAD3 Bright Turquoise

📋 copy color: '#10FAD3'

red 16 ◦ green 250 ◦ blue 211

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

Shades of Bright Turquoise #10FAD3

Tints of Bright Turquoise #10FAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.23%

R = 3.35%
G = 52.41%
B = 44.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#10FAD3 (or 0x10FAD3) is known color: Bright Turquoise. HEX triplet: 10, FA and D3. RGB value is (16,250,211). Sum of RGB (Red+Green+Blue) = 16+250+211=477 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.35% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #10FAD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FAD3 is #EF052C. Grayscale: #AFAFAF. Windows color (decimal): -15664429 or 13892112. OLE color: 13892112.

HSL color Cylindrical-coordinate representation of color #10FAD3: hue angle of 170º 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 #10FAD3 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 250 211 -
CMYK 0.94 0 0.16 0.02
HSL 170º 0.96% 0.52% -
HSV(B) 170º 0.94% 0.98% -
XYZ 46.16 73.18 73.32 -
YUV 175.59 147.98 14.17 -
System Red Green Blue C M Y K H S L
Decimal 16 250 211 0.94 0 0.16 0.02 170 0.96 0.52
Hex 10 FA D3 5E 0 10 2 AA 60 34
Octal 20 372 323 136 0 20 2 252 140 64
Binary 10000 11111010 11010011 1011110 0 10000 10 10101010 1100000 110100

Color Harmonies of #10FAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FAD3

Black with #10FAD3

Text Example


Text Example

White with #10FAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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