Html Css Color HEX #35FDB8 Turquoise

📋 copy color: '#35FDB8'

red 53 ◦ green 253 ◦ blue 184

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

Shades of Turquoise #35FDB8

Tints of Turquoise #35FDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.55%

R = 10.82%
G = 51.63%
B = 37.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#35FDB8 (or 0x35FDB8) is known color: Turquoise. HEX triplet: 35, FD and B8. RGB value is (53,253,184). Sum of RGB (Red+Green+Blue) = 53+253+184=490 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.82% from 490); Green value is 253 (99.22% from 255 or 51.63% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 253 - color contains mainly: green. Hex color #35FDB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FDB8 is #CA0247. Grayscale: #B9B9B9. Windows color (decimal): -13238856 or 12123445. OLE color: 12123445.

HSL color Cylindrical-coordinate representation of color #35FDB8: hue angle of 159.3º 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 #35FDB8 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 253 184 -
CMYK 0.79 0 0.27 0.01
HSL 159.3º 0.98% 0.6% -
HSV(B) 159.3º 0.79% 0.99% -
XYZ 45.25 74.47 57.34 -
YUV 185.33 127.24 33.61 -
System Red Green Blue C M Y K H S L
Decimal 53 253 184 0.79 0 0.27 0.01 159.3 0.98 0.6
Hex 35 FD B8 4F 0 1B 1 9F 62 3C
Octal 65 375 270 117 0 33 1 237 142 74
Binary 110101 11111101 10111000 1001111 0 11011 1 10011111 1100010 111100

Color Harmonies of #35FDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FDB8

Black with #35FDB8

Text Example


Text Example

White with #35FDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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