Html Css Color HEX #35F1C4 Turquoise

📋 copy color: '#35F1C4'

red 53 ◦ green 241 ◦ blue 196

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

Shades of Turquoise #35F1C4

Tints of Turquoise #35F1C4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.18%

 BLUE value IS 196 (76.95% from 255) = 40%

R = 10.82%
G = 49.18%
B = 40%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#35F1C4 (or 0x35F1C4) is known color: Turquoise. HEX triplet: 35, F1 and C4. RGB value is (53,241,196). Sum of RGB (Red+Green+Blue) = 53+241+196=490 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.82% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #35F1C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F1C4 is #CA0E3B. Grayscale: #B3B3B3. Windows color (decimal): -13241916 or 12906805. OLE color: 12906805.

HSL color Cylindrical-coordinate representation of color #35F1C4: hue angle of 165.64º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F1C4 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 241 196 -
CMYK 0.78 0 0.19 0.05
HSL 165.64º 0.87% 0.58% -
HSV(B) 165.64º 0.78% 0.95% -
XYZ 42.89 67.65 63.02 -
YUV 179.66 137.22 37.66 -
System Red Green Blue C M Y K H S L
Decimal 53 241 196 0.78 0 0.19 0.05 165.64 0.87 0.58
Hex 35 F1 C4 4E 0 13 5 A6 57 3A
Octal 65 361 304 116 0 23 5 246 127 72
Binary 110101 11110001 11000100 1001110 0 10011 101 10100110 1010111 111010

Color Harmonies of #35F1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F1C4

Black with #35F1C4

Text Example


Text Example

White with #35F1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,241,196); }

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

background-color css

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

 a { background-color: rgb(53,241,196); }

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

border-color css

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

 span { border-color: rgb(53,241,196); }

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