Html Css Color HEX #35FADE Turquoise

📋 copy color: '#35FADE'

red 53 ◦ green 250 ◦ blue 222

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

Shades of Turquoise #35FADE

Tints of Turquoise #35FADE

RGB

 RED value IS 53 (21.09% from 255) = 10.1%

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

 BLUE value IS 222 (87.11% from 255) = 42.29%

R = 10.1%
G = 47.62%
B = 42.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#35FADE (or 0x35FADE) is known color: Turquoise. HEX triplet: 35, FA and DE. RGB value is (53,250,222). Sum of RGB (Red+Green+Blue) = 53+250+222=525 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.10% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #35FADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FADE is #CA0521. Grayscale: #BBBBBB. Windows color (decimal): -13239586 or 14613045. OLE color: 14613045.

HSL color Cylindrical-coordinate representation of color #35FADE: hue angle of 171.47º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FADE is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 250 222 -
CMYK 0.79 0 0.11 0.02
HSL 171.47º 0.95% 0.59% -
HSV(B) 171.47º 0.79% 0.98% -
XYZ 48.84 74.4 80.89 -
YUV 187.91 147.23 31.78 -
System Red Green Blue C M Y K H S L
Decimal 53 250 222 0.79 0 0.11 0.02 171.47 0.95 0.59
Hex 35 FA DE 4F 0 B 2 AB 5F 3B
Octal 65 372 336 117 0 13 2 253 137 73
Binary 110101 11111010 11011110 1001111 0 1011 10 10101011 1011111 111011

Color Harmonies of #35FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FADE

Black with #35FADE

Text Example


Text Example

White with #35FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35FADE; }

 p { color: rgb(53,250,222); }

 H1.HeaderClassName
 {
   color: #35FADE;
 }
 .AnyTagClassName
 {
   color: #35FADE;
 }
</style>

background-color css

<style>
 a { background-color: #35FADE; }

 a { background-color: rgb(53,250,222); }

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

border-color css

<style>
 span { border-color: #35FADE; }

 span { border-color: rgb(53,250,222); }

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