Html Css Color HEX #35FED0 Turquoise

📋 copy color: '#35FED0'

red 53 ◦ green 254 ◦ blue 208

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

Shades of Turquoise #35FED0

Tints of Turquoise #35FED0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.32%

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 10.29%
G = 49.32%
B = 40.39%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#35FED0 (or 0x35FED0) is known color: Turquoise. HEX triplet: 35, FE and D0. RGB value is (53,254,208). Sum of RGB (Red+Green+Blue) = 53+254+208=515 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.29% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #35FED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FED0 is #CA012F. Grayscale: #BCBCBC. Windows color (decimal): -13238576 or 13696565. OLE color: 13696565.

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

Color convert

RGB 53 254 208 -
CMYK 0.79 0 0.18 0.00
HSL 166.27º 0.99% 0.6% -
HSV(B) 166.27º 0.79% 1% -
XYZ 48.3 76.19 71.84 -
YUV 188.66 138.91 31.24 -
System Red Green Blue C M Y K H S L
Decimal 53 254 208 0.79 0 0.18 0.00 166.27 0.99 0.6
Hex 35 FE D0 4F 0 12 0 A6 63 3C
Octal 65 376 320 117 0 22 0 246 143 74
Binary 110101 11111110 11010000 1001111 0 10010 0 10100110 1100011 111100

Color Harmonies of #35FED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FED0

Black with #35FED0

Text Example


Text Example

White with #35FED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,254,208); }

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

background-color css

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

 a { background-color: rgb(53,254,208); }

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

border-color css

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

 span { border-color: rgb(53,254,208); }

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