Html Css Color HEX #35FECA Turquoise

📋 copy color: '#35FECA'

red 53 ◦ green 254 ◦ blue 202

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

Shades of Turquoise #35FECA

Tints of Turquoise #35FECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 10.41%
G = 49.9%
B = 39.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#35FECA (or 0x35FECA) is known color: Turquoise. HEX triplet: 35, FE and CA. RGB value is (53,254,202). Sum of RGB (Red+Green+Blue) = 53+254+202=509 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.41% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #35FECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FECA is #CA0135. Grayscale: #BBBBBB. Windows color (decimal): -13238582 or 13303349. OLE color: 13303349.

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

Color convert

RGB 53 254 202 -
CMYK 0.79 0 0.20 0.00
HSL 164.48º 0.99% 0.6% -
HSV(B) 164.48º 0.79% 1% -
XYZ 47.57 75.9 68.02 -
YUV 187.97 135.91 31.73 -
System Red Green Blue C M Y K H S L
Decimal 53 254 202 0.79 0 0.20 0.00 164.48 0.99 0.6
Hex 35 FE CA 4F 0 14 0 A4 63 3C
Octal 65 376 312 117 0 24 0 244 143 74
Binary 110101 11111110 11001010 1001111 0 10100 0 10100100 1100011 111100

Color Harmonies of #35FECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FECA

Black with #35FECA

Text Example


Text Example

White with #35FECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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