Html Css Color HEX #35E6EA Turquoise

📋 copy color: '#35E6EA'

red 53 ◦ green 230 ◦ blue 234

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

Shades of Turquoise #35E6EA

Tints of Turquoise #35E6EA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.49%

 BLUE value IS 234 (91.8% from 255) = 45.26%

R = 10.25%
G = 44.49%
B = 45.26%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#35E6EA (or 0x35E6EA) is known color: Turquoise. HEX triplet: 35, E6 and EA. RGB value is (53,230,234). Sum of RGB (Red+Green+Blue) = 53+230+234=517 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.25% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #35E6EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35E6EA is #CA1915. Grayscale: #B1B1B1. Windows color (decimal): -13244694 or 15394357. OLE color: 15394357.

HSL color Cylindrical-coordinate representation of color #35E6EA: hue angle of 181.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E6EA is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 230 234 -
CMYK 0.77 0.02 0 0.08
HSL 181.33º 0.81% 0.56% -
HSV(B) 181.33º 0.77% 0.92% -
XYZ 44.62 63.29 87.71 -
YUV 177.53 159.86 39.17 -
System Red Green Blue C M Y K H S L
Decimal 53 230 234 0.77 0.02 0 0.08 181.33 0.81 0.56
Hex 35 E6 EA 4D 2 0 8 B5 51 38
Octal 65 346 352 115 2 0 10 265 121 70
Binary 110101 11100110 11101010 1001101 10 0 1000 10110101 1010001 111000

Color Harmonies of #35E6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E6EA

Black with #35E6EA

Text Example


Text Example

White with #35E6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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