Html Css Color HEX #35FFC0 Turquoise

📋 copy color: '#35FFC0'

red 53 ◦ green 255 ◦ blue 192

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

Shades of Turquoise #35FFC0

Tints of Turquoise #35FFC0

RGB

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

 GREEN value IS 255 (100% from 255) = 51%

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

R = 10.6%
G = 51%
B = 38.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#35FFC0 (or 0x35FFC0) is known color: Turquoise. HEX triplet: 35, FF and C0. RGB value is (53,255,192). Sum of RGB (Red+Green+Blue) = 53+255+192=500 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.6% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FFC0 is #CA003F. Grayscale: #BBBBBB. Windows color (decimal): -13238336 or 12648245. OLE color: 12648245.

HSL color Cylindrical-coordinate representation of color #35FFC0: hue angle of 161.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FFC0 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 53 255 192 -
CMYK 0.79 0 0.25 0
HSL 161.29º 1% 0.6% -
HSV(B) 161.29º 0.79% 1% -
XYZ 46.74 76.08 62.09 -
YUV 187.42 130.58 32.12 -
System Red Green Blue C M Y K H S L
Decimal 53 255 192 0.79 0 0.25 0 161.29 1 0.6
Hex 35 FF C0 4F 0 19 0 A1 64 3C
Octal 65 377 300 117 0 31 0 241 144 74
Binary 110101 11111111 11000000 1001111 0 11001 0 10100001 1100100 111100

Color Harmonies of #35FFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FFC0

Black with #35FFC0

Text Example


Text Example

White with #35FFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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