Html Css Color HEX #35FDB0 Turquoise

📋 copy color: '#35FDB0'

red 53 ◦ green 253 ◦ blue 176

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

Shades of Turquoise #35FDB0

Tints of Turquoise #35FDB0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.49%

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 11%
G = 52.49%
B = 36.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#35FDB0 (or 0x35FDB0) is known color: Turquoise. HEX triplet: 35, FD and B0. RGB value is (53,253,176). Sum of RGB (Red+Green+Blue) = 53+253+176=482 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.00% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #35FDB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35FDB0 is #CA024F. Grayscale: #B8B8B8. Windows color (decimal): -13238864 or 11599157. OLE color: 11599157.

HSL color Cylindrical-coordinate representation of color #35FDB0: hue angle of 156.9º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FDB0 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 253 176 -
CMYK 0.79 0 0.30 0.01
HSL 156.9º 0.98% 0.6% -
HSV(B) 156.9º 0.79% 0.99% -
XYZ 44.43 74.14 53.04 -
YUV 184.42 123.24 34.26 -
System Red Green Blue C M Y K H S L
Decimal 53 253 176 0.79 0 0.30 0.01 156.9 0.98 0.6
Hex 35 FD B0 4F 0 1E 1 9D 62 3C
Octal 65 375 260 117 0 36 1 235 142 74
Binary 110101 11111101 10110000 1001111 0 11110 1 10011101 1100010 111100

Color Harmonies of #35FDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FDB0

Black with #35FDB0

Text Example


Text Example

White with #35FDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,253,176); }

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

background-color css

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

 a { background-color: rgb(53,253,176); }

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

border-color css

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

 span { border-color: rgb(53,253,176); }

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