Html Css Color HEX #35F9C8 Turquoise

📋 copy color: '#35F9C8'

red 53 ◦ green 249 ◦ blue 200

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

Shades of Turquoise #35F9C8

Tints of Turquoise #35F9C8

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.6%

 BLUE value IS 200 (78.52% from 255) = 39.84%

R = 10.56%
G = 49.6%
B = 39.84%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#35F9C8 (or 0x35F9C8) is known color: Turquoise. HEX triplet: 35, F9 and C8. RGB value is (53,249,200). Sum of RGB (Red+Green+Blue) = 53+249+200=502 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.56% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #35F9C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F9C8 is #CA0637. Grayscale: #B8B8B8. Windows color (decimal): -13239864 or 13170997. OLE color: 13170997.

HSL color Cylindrical-coordinate representation of color #35F9C8: hue angle of 165º degrees, saturation: 0.94, 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 #35F9C8 is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 249 200 -
CMYK 0.79 0 0.20 0.02
HSL 165º 0.94% 0.59% -
HSV(B) 165º 0.79% 0.98% -
XYZ 45.77 72.68 66.26 -
YUV 184.81 136.57 33.98 -
System Red Green Blue C M Y K H S L
Decimal 53 249 200 0.79 0 0.20 0.02 165 0.94 0.59
Hex 35 F9 C8 4F 0 14 2 A5 5E 3B
Octal 65 371 310 117 0 24 2 245 136 73
Binary 110101 11111001 11001000 1001111 0 10100 10 10100101 1011110 111011

Color Harmonies of #35F9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F9C8

Black with #35F9C8

Text Example


Text Example

White with #35F9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,249,200); }

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

background-color css

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

 a { background-color: rgb(53,249,200); }

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

border-color css

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

 span { border-color: rgb(53,249,200); }

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