Html Css Color HEX #35E2D8 Turquoise

📋 copy color: '#35E2D8'

red 53 ◦ green 226 ◦ blue 216

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

Shades of Turquoise #35E2D8

Tints of Turquoise #35E2D8

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.66%

 BLUE value IS 216 (84.77% from 255) = 43.64%

R = 10.71%
G = 45.66%
B = 43.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#35E2D8 (or 0x35E2D8) is known color: Turquoise. HEX triplet: 35, E2 and D8. RGB value is (53,226,216). Sum of RGB (Red+Green+Blue) = 53+226+216=495 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.71% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 226 - color contains mainly: green. Hex color #35E2D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E2D8 is #CA1D27. Grayscale: #ADADAD. Windows color (decimal): -13245736 or 14213685. OLE color: 14213685.

HSL color Cylindrical-coordinate representation of color #35E2D8: hue angle of 176.53º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E2D8 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 226 216 -
CMYK 0.77 0 0.04 0.11
HSL 176.53º 0.75% 0.55% -
HSV(B) 176.53º 0.77% 0.89% -
XYZ 41.06 60.11 74.4 -
YUV 173.13 152.19 42.31 -
System Red Green Blue C M Y K H S L
Decimal 53 226 216 0.77 0 0.04 0.11 176.53 0.75 0.55
Hex 35 E2 D8 4D 0 4 B B1 4B 37
Octal 65 342 330 115 0 4 13 261 113 67
Binary 110101 11100010 11011000 1001101 0 100 1011 10110001 1001011 110111

Color Harmonies of #35E2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E2D8

Black with #35E2D8

Text Example


Text Example

White with #35E2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,226,216); }

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

background-color css

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

 a { background-color: rgb(53,226,216); }

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

border-color css

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

 span { border-color: rgb(53,226,216); }

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