Html Css Color HEX #35E2E6 Turquoise

📋 copy color: '#35E2E6'

red 53 ◦ green 226 ◦ blue 230

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

Shades of Turquoise #35E2E6

Tints of Turquoise #35E2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.19%

R = 10.41%
G = 44.4%
B = 45.19%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#35E2E6 (or 0x35E2E6) is known color: Turquoise. HEX triplet: 35, E2 and E6. RGB value is (53,226,230). Sum of RGB (Red+Green+Blue) = 53+226+230=509 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.41% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #35E2E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35E2E6 is #CA1D19. Grayscale: #AEAEAE. Windows color (decimal): -13245722 or 15131189. OLE color: 15131189.

HSL color Cylindrical-coordinate representation of color #35E2E6: hue angle of 181.36º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E2E6 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 226 230 -
CMYK 0.77 0.02 0 0.10
HSL 181.36º 0.78% 0.55% -
HSV(B) 181.36º 0.77% 0.9% -
XYZ 42.95 60.86 84.35 -
YUV 174.73 159.19 41.17 -
System Red Green Blue C M Y K H S L
Decimal 53 226 230 0.77 0.02 0 0.10 181.36 0.78 0.55
Hex 35 E2 E6 4D 2 0 A B5 4E 37
Octal 65 342 346 115 2 0 12 265 116 67
Binary 110101 11100010 11100110 1001101 10 0 1010 10110101 1001110 110111

Color Harmonies of #35E2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E2E6

Black with #35E2E6

Text Example


Text Example

White with #35E2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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