Html Css Color HEX #35EABB Turquoise

📋 copy color: '#35EABB'

red 53 ◦ green 234 ◦ blue 187

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

Shades of Turquoise #35EABB

Tints of Turquoise #35EABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.37%

 BLUE value IS 187 (73.44% from 255) = 39.45%

R = 11.18%
G = 49.37%
B = 39.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#35EABB (or 0x35EABB) is known color: Turquoise. HEX triplet: 35, EA and BB. RGB value is (53,234,187). Sum of RGB (Red+Green+Blue) = 53+234+187=474 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.18% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #35EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EABB is #CA1544. Grayscale: #AEAEAE. Windows color (decimal): -13243717 or 12315189. OLE color: 12315189.

HSL color Cylindrical-coordinate representation of color #35EABB: hue angle of 164.42º 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 #35EABB is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 234 187 -
CMYK 0.77 0 0.20 0.08
HSL 164.42º 0.81% 0.56% -
HSV(B) 164.42º 0.77% 0.92% -
XYZ 39.86 63.19 57.11 -
YUV 174.52 135.03 41.32 -
System Red Green Blue C M Y K H S L
Decimal 53 234 187 0.77 0 0.20 0.08 164.42 0.81 0.56
Hex 35 EA BB 4D 0 14 8 A4 51 38
Octal 65 352 273 115 0 24 10 244 121 70
Binary 110101 11101010 10111011 1001101 0 10100 1000 10100100 1010001 111000

Color Harmonies of #35EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35EABB

Black with #35EABB

Text Example


Text Example

White with #35EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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