Html Css Color HEX #35F7B3 Turquoise

📋 copy color: '#35F7B3'

red 53 ◦ green 247 ◦ blue 179

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

Shades of Turquoise #35F7B3

Tints of Turquoise #35F7B3

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.57%

 BLUE value IS 179 (70.31% from 255) = 37.37%

R = 11.06%
G = 51.57%
B = 37.37%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#35F7B3 (or 0x35F7B3) is known color: Turquoise. HEX triplet: 35, F7 and B3. RGB value is (53,247,179). Sum of RGB (Red+Green+Blue) = 53+247+179=479 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.06% from 479); Green value is 247 (96.88% from 255 or 51.57% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 247 - color contains mainly: green. Hex color #35F7B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F7B3 is #CA084C. Grayscale: #B5B5B5. Windows color (decimal): -13240397 or 11794229. OLE color: 11794229.

HSL color Cylindrical-coordinate representation of color #35F7B3: hue angle of 158.97º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35F7B3 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 53 247 179 -
CMYK 0.79 0 0.28 0.03
HSL 158.97º 0.92% 0.59% -
HSV(B) 158.97º 0.79% 0.97% -
XYZ 42.87 70.53 54 -
YUV 181.24 126.73 36.53 -
System Red Green Blue C M Y K H S L
Decimal 53 247 179 0.79 0 0.28 0.03 158.97 0.92 0.59
Hex 35 F7 B3 4F 0 1C 3 9F 5C 3B
Octal 65 367 263 117 0 34 3 237 134 73
Binary 110101 11110111 10110011 1001111 0 11100 11 10011111 1011100 111011

Color Harmonies of #35F7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F7B3

Black with #35F7B3

Text Example


Text Example

White with #35F7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,247,179); }

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

background-color css

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

 a { background-color: rgb(53,247,179); }

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

border-color css

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

 span { border-color: rgb(53,247,179); }

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