Html Css Color HEX #35F1E9 Turquoise

📋 copy color: '#35F1E9'

red 53 ◦ green 241 ◦ blue 233

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

Shades of Turquoise #35F1E9

Tints of Turquoise #35F1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.21%

R = 10.06%
G = 45.73%
B = 44.21%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#35F1E9 (or 0x35F1E9) is known color: Turquoise. HEX triplet: 35, F1 and E9. RGB value is (53,241,233). Sum of RGB (Red+Green+Blue) = 53+241+233=527 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.06% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #35F1E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35F1E9 is #CA0E16. Grayscale: #B7B7B7. Windows color (decimal): -13241879 or 15331637. OLE color: 15331637.

HSL color Cylindrical-coordinate representation of color #35F1E9: hue angle of 177.45º 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 #35F1E9 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 241 233 -
CMYK 0.78 0 0.03 0.05
HSL 177.45º 0.87% 0.58% -
HSV(B) 177.45º 0.78% 0.95% -
XYZ 47.63 69.55 88 -
YUV 183.88 155.72 34.65 -
System Red Green Blue C M Y K H S L
Decimal 53 241 233 0.78 0 0.03 0.05 177.45 0.87 0.58
Hex 35 F1 E9 4E 0 3 5 B1 57 3A
Octal 65 361 351 116 0 3 5 261 127 72
Binary 110101 11110001 11101001 1001110 0 11 101 10110001 1010111 111010

Color Harmonies of #35F1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F1E9

Black with #35F1E9

Text Example


Text Example

White with #35F1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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