Html Css Color HEX #35C8B7 Medium Turquoise

📋 copy color: '#35C8B7'

red 53 ◦ green 200 ◦ blue 183

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

Shades of Medium Turquoise #35C8B7

Tints of Medium Turquoise #35C8B7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.87%

 BLUE value IS 183 (71.88% from 255) = 41.97%

R = 12.16%
G = 45.87%
B = 41.97%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#35C8B7 (or 0x35C8B7) is known color: Medium Turquoise. HEX triplet: 35, C8 and B7. RGB value is (53,200,183). Sum of RGB (Red+Green+Blue) = 53+200+183=436 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.16% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #35C8B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C8B7 is #CA3748. Grayscale: #9A9A9A. Windows color (decimal): -13252425 or 12044341. OLE color: 12044341.

HSL color Cylindrical-coordinate representation of color #35C8B7: hue angle of 173.06º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C8B7 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 200 183 -
CMYK 0.74 0 0.08 0.22
HSL 173.06º 0.58% 0.5% -
HSV(B) 173.06º 0.74% 0.78% -
XYZ 30.67 45.48 51.96 -
YUV 154.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 53 200 183 0.74 0 0.08 0.22 173.06 0.58 0.5
Hex 35 C8 B7 4A 0 8 16 AD 3A 32
Octal 65 310 267 112 0 10 26 255 72 62
Binary 110101 11001000 10110111 1001010 0 1000 10110 10101101 111010 110010

Color Harmonies of #35C8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C8B7

Black with #35C8B7

Text Example


Text Example

White with #35C8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,200,183); }

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

background-color css

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

 a { background-color: rgb(53,200,183); }

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

border-color css

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

 span { border-color: rgb(53,200,183); }

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