Html Css Color HEX #35E3BC Turquoise

📋 copy color: '#35E3BC'

red 53 ◦ green 227 ◦ blue 188

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

Shades of Turquoise #35E3BC

Tints of Turquoise #35E3BC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.5%

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 11.32%
G = 48.5%
B = 40.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#35E3BC (or 0x35E3BC) is known color: Turquoise. HEX triplet: 35, E3 and BC. RGB value is (53,227,188). Sum of RGB (Red+Green+Blue) = 53+227+188=468 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.32% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #35E3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E3BC is #CA1C43. Grayscale: #AAAAAA. Windows color (decimal): -13245508 or 12378933. OLE color: 12378933.

HSL color Cylindrical-coordinate representation of color #35E3BC: hue angle of 166.55º degrees, saturation: 0.76, 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 #35E3BC is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 227 188 -
CMYK 0.77 0 0.17 0.11
HSL 166.55º 0.76% 0.55% -
HSV(B) 166.55º 0.77% 0.89% -
XYZ 38.01 59.33 57.02 -
YUV 170.53 137.85 44.17 -
System Red Green Blue C M Y K H S L
Decimal 53 227 188 0.77 0 0.17 0.11 166.55 0.76 0.55
Hex 35 E3 BC 4D 0 11 B A7 4C 37
Octal 65 343 274 115 0 21 13 247 114 67
Binary 110101 11100011 10111100 1001101 0 10001 1011 10100111 1001100 110111

Color Harmonies of #35E3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E3BC

Black with #35E3BC

Text Example


Text Example

White with #35E3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,227,188); }

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

background-color css

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

 a { background-color: rgb(53,227,188); }

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

border-color css

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

 span { border-color: rgb(53,227,188); }

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