Html Css Color HEX #35FAC0 Turquoise

📋 copy color: '#35FAC0'

red 53 ◦ green 250 ◦ blue 192

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

Shades of Turquoise #35FAC0

Tints of Turquoise #35FAC0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.51%

 BLUE value IS 192 (75.39% from 255) = 38.79%

R = 10.71%
G = 50.51%
B = 38.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#35FAC0 (or 0x35FAC0) is known color: Turquoise. HEX triplet: 35, FA and C0. RGB value is (53,250,192). Sum of RGB (Red+Green+Blue) = 53+250+192=495 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.71% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #35FAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FAC0 is #CA053F. Grayscale: #B8B8B8. Windows color (decimal): -13239616 or 12646965. OLE color: 12646965.

HSL color Cylindrical-coordinate representation of color #35FAC0: hue angle of 162.34º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FAC0 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 250 192 -
CMYK 0.79 0 0.23 0.02
HSL 162.34º 0.95% 0.59% -
HSV(B) 162.34º 0.79% 0.98% -
XYZ 45.17 72.93 61.57 -
YUV 184.49 132.23 34.22 -
System Red Green Blue C M Y K H S L
Decimal 53 250 192 0.79 0 0.23 0.02 162.34 0.95 0.59
Hex 35 FA C0 4F 0 17 2 A2 5F 3B
Octal 65 372 300 117 0 27 2 242 137 73
Binary 110101 11111010 11000000 1001111 0 10111 10 10100010 1011111 111011

Color Harmonies of #35FAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FAC0

Black with #35FAC0

Text Example


Text Example

White with #35FAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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