Html Css Color HEX #35F0C5 Turquoise

📋 copy color: '#35F0C5'

red 53 ◦ green 240 ◦ blue 197

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

Shades of Turquoise #35F0C5

Tints of Turquoise #35F0C5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.98%

 BLUE value IS 197 (77.34% from 255) = 40.2%

R = 10.82%
G = 48.98%
B = 40.2%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#35F0C5 (or 0x35F0C5) is known color: Turquoise. HEX triplet: 35, F0 and C5. RGB value is (53,240,197). Sum of RGB (Red+Green+Blue) = 53+240+197=490 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.82% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #35F0C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F0C5 is #CA0F3A. Grayscale: #B3B3B3. Windows color (decimal): -13242171 or 12972085. OLE color: 12972085.

HSL color Cylindrical-coordinate representation of color #35F0C5: hue angle of 166.2º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F0C5 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 240 197 -
CMYK 0.78 0 0.18 0.06
HSL 166.2º 0.86% 0.57% -
HSV(B) 166.2º 0.78% 0.94% -
XYZ 42.71 67.11 63.53 -
YUV 179.19 138.05 38 -
System Red Green Blue C M Y K H S L
Decimal 53 240 197 0.78 0 0.18 0.06 166.2 0.86 0.57
Hex 35 F0 C5 4E 0 12 6 A6 56 39
Octal 65 360 305 116 0 22 6 246 126 71
Binary 110101 11110000 11000101 1001110 0 10010 110 10100110 1010110 111001

Color Harmonies of #35F0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F0C5

Black with #35F0C5

Text Example


Text Example

White with #35F0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,240,197); }

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

background-color css

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

 a { background-color: rgb(53,240,197); }

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

border-color css

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

 span { border-color: rgb(53,240,197); }

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