Html Css Color HEX #35F2EE Turquoise

📋 copy color: '#35F2EE'

red 53 ◦ green 242 ◦ blue 238

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

Shades of Turquoise #35F2EE

Tints of Turquoise #35F2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.4%

 BLUE value IS 238 (93.36% from 255) = 44.65%

R = 9.94%
G = 45.4%
B = 44.65%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#35F2EE (or 0x35F2EE) is known color: Turquoise. HEX triplet: 35, F2 and EE. RGB value is (53,242,238). Sum of RGB (Red+Green+Blue) = 53+242+238=533 (70% of max value = 765). Red value is 53 (21.09% from 255 or 9.94% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #35F2EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35F2EE is #CA0D11. Grayscale: #B8B8B8. Windows color (decimal): -13241618 or 15659573. OLE color: 15659573.

HSL color Cylindrical-coordinate representation of color #35F2EE: hue angle of 178.73º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F2EE is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 242 238 -
CMYK 0.78 0 0.02 0.05
HSL 178.73º 0.88% 0.58% -
HSV(B) 178.73º 0.78% 0.95% -
XYZ 48.65 70.43 91.92 -
YUV 185.03 157.88 33.83 -
System Red Green Blue C M Y K H S L
Decimal 53 242 238 0.78 0 0.02 0.05 178.73 0.88 0.58
Hex 35 F2 EE 4E 0 2 5 B3 58 3A
Octal 65 362 356 116 0 2 5 263 130 72
Binary 110101 11110010 11101110 1001110 0 10 101 10110011 1011000 111010

Color Harmonies of #35F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F2EE

Black with #35F2EE

Text Example


Text Example

White with #35F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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