Html Css Color HEX #35C0CA Medium Turquoise

📋 copy color: '#35C0CA'

red 53 ◦ green 192 ◦ blue 202

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

Shades of Medium Turquoise #35C0CA

Tints of Medium Turquoise #35C0CA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 11.86%
G = 42.95%
B = 45.19%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#35C0CA (or 0x35C0CA) is known color: Medium Turquoise. HEX triplet: 35, C0 and CA. RGB value is (53,192,202). Sum of RGB (Red+Green+Blue) = 53+192+202=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #35C0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C0CA is #CA3F35. Grayscale: #979797. Windows color (decimal): -13254454 or 13287477. OLE color: 13287477.

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

Color convert

RGB 53 192 202 -
CMYK 0.74 0.05 0 0.21
HSL 184.03º 0.58% 0.5% -
HSV(B) 184.03º 0.74% 0.79% -
XYZ 30.98 42.72 62.49 -
YUV 151.58 156.45 57.69 -
System Red Green Blue C M Y K H S L
Decimal 53 192 202 0.74 0.05 0 0.21 184.03 0.58 0.5
Hex 35 C0 CA 4A 5 0 15 B8 3A 32
Octal 65 300 312 112 5 0 25 270 72 62
Binary 110101 11000000 11001010 1001010 101 0 10101 10111000 111010 110010

Color Harmonies of #35C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C0CA

Black with #35C0CA

Text Example


Text Example

White with #35C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,192,202); }

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

background-color css

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

 a { background-color: rgb(53,192,202); }

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

border-color css

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

 span { border-color: rgb(53,192,202); }

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