Html Css Color HEX #35ECE4 Turquoise

📋 copy color: '#35ECE4'

red 53 ◦ green 236 ◦ blue 228

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

Shades of Turquoise #35ECE4

Tints of Turquoise #35ECE4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.65%

 BLUE value IS 228 (89.45% from 255) = 44.1%

R = 10.25%
G = 45.65%
B = 44.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#35ECE4 (or 0x35ECE4) is known color: Turquoise. HEX triplet: 35, EC and E4. RGB value is (53,236,228). Sum of RGB (Red+Green+Blue) = 53+236+228=517 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.25% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #35ECE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35ECE4 is #CA131B. Grayscale: #B4B4B4. Windows color (decimal): -13243164 or 15002677. OLE color: 15002677.

HSL color Cylindrical-coordinate representation of color #35ECE4: hue angle of 177.38º degrees, saturation: 0.83, 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 #35ECE4 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 236 228 -
CMYK 0.78 0 0.03 0.07
HSL 177.38º 0.83% 0.57% -
HSV(B) 177.38º 0.78% 0.93% -
XYZ 45.47 66.35 83.81 -
YUV 180.37 154.87 37.15 -
System Red Green Blue C M Y K H S L
Decimal 53 236 228 0.78 0 0.03 0.07 177.38 0.83 0.57
Hex 35 EC E4 4E 0 3 7 B1 53 39
Octal 65 354 344 116 0 3 7 261 123 71
Binary 110101 11101100 11100100 1001110 0 11 111 10110001 1010011 111001

Color Harmonies of #35ECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35ECE4

Black with #35ECE4

Text Example


Text Example

White with #35ECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,236,228); }

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

background-color css

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

 a { background-color: rgb(53,236,228); }

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

border-color css

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

 span { border-color: rgb(53,236,228); }

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