Html Css Color HEX #10FADD Bright Turquoise

📋 copy color: '#10FADD'

red 16 ◦ green 250 ◦ blue 221

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

Shades of Bright Turquoise #10FADD

Tints of Bright Turquoise #10FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 3.29%
G = 51.33%
B = 45.38%

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

#10FADD (or 0x10FADD) is known color: Bright Turquoise. HEX triplet: 10, FA and DD. RGB value is (16,250,221). Sum of RGB (Red+Green+Blue) = 16+250+221=487 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.29% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #10FADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FADD is #EF0522. Grayscale: #B0B0B0. Windows color (decimal): -15664419 or 14547472. OLE color: 14547472.

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

Color convert

RGB 16 250 221 -
CMYK 0.94 0 0.12 0.02
HSL 172.56º 0.96% 0.52% -
HSV(B) 172.56º 0.94% 0.98% -
XYZ 47.45 73.7 80.13 -
YUV 176.73 152.98 13.36 -
System Red Green Blue C M Y K H S L
Decimal 16 250 221 0.94 0 0.12 0.02 172.56 0.96 0.52
Hex 10 FA DD 5E 0 C 2 AD 60 34
Octal 20 372 335 136 0 14 2 255 140 64
Binary 10000 11111010 11011101 1011110 0 1100 10 10101101 1100000 110100

Color Harmonies of #10FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FADD

Black with #10FADD

Text Example


Text Example

White with #10FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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