Html Css Color HEX #3BF5E1 Turquoise

📋 copy color: '#3BF5E1'

red 59 ◦ green 245 ◦ blue 225

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

Shades of Turquoise #3BF5E1

Tints of Turquoise #3BF5E1

RGB

 RED value IS 59 (23.44% from 255) = 11.15%

 GREEN value IS 245 (96.09% from 255) = 46.31%

 BLUE value IS 225 (88.28% from 255) = 42.53%

R = 11.15%
G = 46.31%
B = 42.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#3BF5E1 (or 0x3BF5E1) is known color: Turquoise. HEX triplet: 3B, F5 and E1. RGB value is (59,245,225). Sum of RGB (Red+Green+Blue) = 59+245+225=529 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.15% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #3BF5E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF5E1 is #C40A1E. Grayscale: #BABABA. Windows color (decimal): -12847647 or 14808379. OLE color: 14808379.

HSL color Cylindrical-coordinate representation of color #3BF5E1: hue angle of 173.55º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF5E1 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 59 245 225 -
CMYK 0.76 0 0.08 0.04
HSL 173.55º 0.9% 0.6% -
HSV(B) 173.55º 0.76% 0.96% -
XYZ 48.05 71.67 82.54 -
YUV 187.11 149.38 36.63 -
System Red Green Blue C M Y K H S L
Decimal 59 245 225 0.76 0 0.08 0.04 173.55 0.9 0.6
Hex 3B F5 E1 4C 0 8 4 AE 5A 3C
Octal 73 365 341 114 0 10 4 256 132 74
Binary 111011 11110101 11100001 1001100 0 1000 100 10101110 1011010 111100

Color Harmonies of #3BF5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF5E1

Black with #3BF5E1

Text Example


Text Example

White with #3BF5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BF5E1; }

 p { color: rgb(59,245,225); }

 H1.HeaderClassName
 {
   color: #3BF5E1;
 }
 .AnyTagClassName
 {
   color: #3BF5E1;
 }
</style>

background-color css

<style>
 a { background-color: #3BF5E1; }

 a { background-color: rgb(59,245,225); }

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

border-color css

<style>
 span { border-color: #3BF5E1; }

 span { border-color: rgb(59,245,225); }

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