Html Css Color HEX #35E5ED Turquoise

📋 copy color: '#35E5ED'

red 53 ◦ green 229 ◦ blue 237

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

Shades of Turquoise #35E5ED

Tints of Turquoise #35E5ED

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.12%

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 10.21%
G = 44.12%
B = 45.66%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#35E5ED (or 0x35E5ED) is known color: Turquoise. HEX triplet: 35, E5 and ED. RGB value is (53,229,237). Sum of RGB (Red+Green+Blue) = 53+229+237=519 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.21% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #35E5ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35E5ED is #CA1A12. Grayscale: #B1B1B1. Windows color (decimal): -13244947 or 15590709. OLE color: 15590709.

HSL color Cylindrical-coordinate representation of color #35E5ED: hue angle of 182.61º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35E5ED is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 229 237 -
CMYK 0.78 0.03 0 0.07
HSL 182.61º 0.84% 0.57% -
HSV(B) 182.61º 0.78% 0.93% -
XYZ 44.77 62.91 89.9 -
YUV 177.29 161.69 39.35 -
System Red Green Blue C M Y K H S L
Decimal 53 229 237 0.78 0.03 0 0.07 182.61 0.84 0.57
Hex 35 E5 ED 4E 3 0 7 B7 54 39
Octal 65 345 355 116 3 0 7 267 124 71
Binary 110101 11100101 11101101 1001110 11 0 111 10110111 1010100 111001

Color Harmonies of #35E5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E5ED

Black with #35E5ED

Text Example


Text Example

White with #35E5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,229,237); }

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

background-color css

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

 a { background-color: rgb(53,229,237); }

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

border-color css

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

 span { border-color: rgb(53,229,237); }

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