Html Css Color HEX #35F4C1 Turquoise

📋 copy color: '#35F4C1'

red 53 ◦ green 244 ◦ blue 193

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

Shades of Turquoise #35F4C1

Tints of Turquoise #35F4C1

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.8%

 BLUE value IS 193 (75.78% from 255) = 39.39%

R = 10.82%
G = 49.8%
B = 39.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#35F4C1 (or 0x35F4C1) is known color: Turquoise. HEX triplet: 35, F4 and C1. RGB value is (53,244,193). Sum of RGB (Red+Green+Blue) = 53+244+193=490 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.82% from 490); Green value is 244 (95.70% from 255 or 49.80% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 244 - color contains mainly: green. Hex color #35F4C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F4C1 is #CA0B3E. Grayscale: #B5B5B5. Windows color (decimal): -13241151 or 12710965. OLE color: 12710965.

HSL color Cylindrical-coordinate representation of color #35F4C1: hue angle of 163.98º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F4C1 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 53 244 193 -
CMYK 0.78 0 0.21 0.04
HSL 163.98º 0.9% 0.58% -
HSV(B) 163.98º 0.78% 0.96% -
XYZ 43.44 69.31 61.54 -
YUV 181.08 134.72 36.65 -
System Red Green Blue C M Y K H S L
Decimal 53 244 193 0.78 0 0.21 0.04 163.98 0.9 0.58
Hex 35 F4 C1 4E 0 15 4 A4 5A 3A
Octal 65 364 301 116 0 25 4 244 132 72
Binary 110101 11110100 11000001 1001110 0 10101 100 10100100 1011010 111010

Color Harmonies of #35F4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F4C1

Black with #35F4C1

Text Example


Text Example

White with #35F4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,244,193); }

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

background-color css

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

 a { background-color: rgb(53,244,193); }

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

border-color css

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

 span { border-color: rgb(53,244,193); }

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