Html Css Color HEX #3BFEED Turquoise

📋 copy color: '#3BFEED'

red 59 ◦ green 254 ◦ blue 237

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

Shades of Turquoise #3BFEED

Tints of Turquoise #3BFEED

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.18%

 BLUE value IS 237 (92.97% from 255) = 43.09%

R = 10.73%
G = 46.18%
B = 43.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#3BFEED (or 0x3BFEED) is known color: Turquoise. HEX triplet: 3B, FE and ED. RGB value is (59,254,237). Sum of RGB (Red+Green+Blue) = 59+254+237=550 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.73% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFEED is #C40112. Grayscale: #C1C1C1. Windows color (decimal): -12845331 or 15597115. OLE color: 15597115.

HSL color Cylindrical-coordinate representation of color #3BFEED: hue angle of 174.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFEED is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 59 254 237 -
CMYK 0.77 0 0.07 0.00
HSL 174.77º 0.99% 0.61% -
HSV(B) 174.77º 0.77% 1% -
XYZ 52.53 77.93 92.39 -
YUV 193.76 152.4 31.88 -
System Red Green Blue C M Y K H S L
Decimal 59 254 237 0.77 0 0.07 0.00 174.77 0.99 0.61
Hex 3B FE ED 4D 0 7 0 AF 63 3D
Octal 73 376 355 115 0 7 0 257 143 75
Binary 111011 11111110 11101101 1001101 0 111 0 10101111 1100011 111101

Color Harmonies of #3BFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFEED

Black with #3BFEED

Text Example


Text Example

White with #3BFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,254,237); }

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

background-color css

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

 a { background-color: rgb(59,254,237); }

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

border-color css

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

 span { border-color: rgb(59,254,237); }

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