Html Css Color HEX #35FEF2 Turquoise

📋 copy color: '#35FEF2'

red 53 ◦ green 254 ◦ blue 242

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

Shades of Turquoise #35FEF2

Tints of Turquoise #35FEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.08%

R = 9.65%
G = 46.27%
B = 44.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#35FEF2 (or 0x35FEF2) is known color: Turquoise. HEX triplet: 35, FE and F2. RGB value is (53,254,242). Sum of RGB (Red+Green+Blue) = 53+254+242=549 (72% of max value = 765). Red value is 53 (21.09% from 255 or 9.65% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #35FEF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35FEF2 is #CA010D. Grayscale: #C0C0C0. Windows color (decimal): -13238542 or 15924789. OLE color: 15924789.

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

Color convert

RGB 53 254 242 -
CMYK 0.79 0 0.05 0.00
HSL 176.42º 0.99% 0.6% -
HSV(B) 176.42º 0.79% 1% -
XYZ 52.94 78.05 96.28 -
YUV 192.53 155.91 28.48 -
System Red Green Blue C M Y K H S L
Decimal 53 254 242 0.79 0 0.05 0.00 176.42 0.99 0.6
Hex 35 FE F2 4F 0 5 0 B0 63 3C
Octal 65 376 362 117 0 5 0 260 143 74
Binary 110101 11111110 11110010 1001111 0 101 0 10110000 1100011 111100

Color Harmonies of #35FEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FEF2

Black with #35FEF2

Text Example


Text Example

White with #35FEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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