Html Css Color HEX #3BF9E6 Turquoise

📋 copy color: '#3BF9E6'

red 59 ◦ green 249 ◦ blue 230

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

Shades of Turquoise #3BF9E6

Tints of Turquoise #3BF9E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.75%

R = 10.97%
G = 46.28%
B = 42.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#3BF9E6 (or 0x3BF9E6) is known color: Turquoise. HEX triplet: 3B, F9 and E6. RGB value is (59,249,230). Sum of RGB (Red+Green+Blue) = 59+249+230=538 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.97% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #3BF9E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BF9E6 is #C40619. Grayscale: #BDBDBD. Windows color (decimal): -12846618 or 15137083. OLE color: 15137083.

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

Color convert

RGB 59 249 230 -
CMYK 0.76 0 0.08 0.02
HSL 174º 0.94% 0.6% -
HSV(B) 174º 0.76% 0.98% -
XYZ 49.96 74.39 86.59 -
YUV 190.02 150.55 34.54 -
System Red Green Blue C M Y K H S L
Decimal 59 249 230 0.76 0 0.08 0.02 174 0.94 0.6
Hex 3B F9 E6 4C 0 8 2 AE 5E 3C
Octal 73 371 346 114 0 10 2 256 136 74
Binary 111011 11111001 11100110 1001100 0 1000 10 10101110 1011110 111100

Color Harmonies of #3BF9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF9E6

Black with #3BF9E6

Text Example


Text Example

White with #3BF9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,249,230); }

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

background-color css

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

 a { background-color: rgb(59,249,230); }

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

border-color css

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

 span { border-color: rgb(59,249,230); }

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