Html Css Color HEX #35CFC2 Medium Turquoise

📋 copy color: '#35CFC2'

red 53 ◦ green 207 ◦ blue 194

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

Shades of Medium Turquoise #35CFC2

Tints of Medium Turquoise #35CFC2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.59%

 BLUE value IS 194 (76.17% from 255) = 42.73%

R = 11.67%
G = 45.59%
B = 42.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#35CFC2 (or 0x35CFC2) is known color: Medium Turquoise. HEX triplet: 35, CF and C2. RGB value is (53,207,194). Sum of RGB (Red+Green+Blue) = 53+207+194=454 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.67% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #35CFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFC2 is #CA303D. Grayscale: #9F9F9F. Windows color (decimal): -13250622 or 12767029. OLE color: 12767029.

HSL color Cylindrical-coordinate representation of color #35CFC2: hue angle of 174.94º degrees, saturation: 0.62, 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 #35CFC2 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 207 194 -
CMYK 0.74 0 0.06 0.19
HSL 174.94º 0.62% 0.51% -
HSV(B) 174.94º 0.74% 0.81% -
XYZ 33.52 49.28 58.78 -
YUV 159.47 147.48 52.06 -
System Red Green Blue C M Y K H S L
Decimal 53 207 194 0.74 0 0.06 0.19 174.94 0.62 0.51
Hex 35 CF C2 4A 0 6 13 AF 3E 33
Octal 65 317 302 112 0 6 23 257 76 63
Binary 110101 11001111 11000010 1001010 0 110 10011 10101111 111110 110011

Color Harmonies of #35CFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CFC2

Black with #35CFC2

Text Example


Text Example

White with #35CFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,207,194); }

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

background-color css

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

 a { background-color: rgb(53,207,194); }

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

border-color css

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

 span { border-color: rgb(53,207,194); }

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