Html Css Color HEX #35CEB7 Medium Turquoise

📋 copy color: '#35CEB7'

red 53 ◦ green 206 ◦ blue 183

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

Shades of Medium Turquoise #35CEB7

Tints of Medium Turquoise #35CEB7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.61%

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

R = 11.99%
G = 46.61%
B = 41.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#35CEB7 (or 0x35CEB7) is known color: Medium Turquoise. HEX triplet: 35, CE and B7. RGB value is (53,206,183). Sum of RGB (Red+Green+Blue) = 53+206+183=442 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.99% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #35CEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CEB7 is #CA3148. Grayscale: #9D9D9D. Windows color (decimal): -13250889 or 12045877. OLE color: 12045877.

HSL color Cylindrical-coordinate representation of color #35CEB7: hue angle of 170.98º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CEB7 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 206 183 -
CMYK 0.74 0 0.11 0.19
HSL 170.98º 0.61% 0.51% -
HSV(B) 170.98º 0.74% 0.81% -
XYZ 32.09 48.32 52.43 -
YUV 157.63 142.31 53.37 -
System Red Green Blue C M Y K H S L
Decimal 53 206 183 0.74 0 0.11 0.19 170.98 0.61 0.51
Hex 35 CE B7 4A 0 B 13 AB 3D 33
Octal 65 316 267 112 0 13 23 253 75 63
Binary 110101 11001110 10110111 1001010 0 1011 10011 10101011 111101 110011

Color Harmonies of #35CEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CEB7

Black with #35CEB7

Text Example


Text Example

White with #35CEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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