Html Css Color HEX #3BEDB8 Turquoise

📋 copy color: '#3BEDB8'

red 59 ◦ green 237 ◦ blue 184

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

Shades of Turquoise #3BEDB8

Tints of Turquoise #3BEDB8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.38%

 BLUE value IS 184 (72.27% from 255) = 38.33%

R = 12.29%
G = 49.38%
B = 38.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#3BEDB8 (or 0x3BEDB8) is known color: Turquoise. HEX triplet: 3B, ED and B8. RGB value is (59,237,184). Sum of RGB (Red+Green+Blue) = 59+237+184=480 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.29% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #3BEDB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEDB8 is #C41247. Grayscale: #B1B1B1. Windows color (decimal): -12849736 or 12119355. OLE color: 12119355.

HSL color Cylindrical-coordinate representation of color #3BEDB8: hue angle of 162.13º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEDB8 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 237 184 -
CMYK 0.75 0 0.22 0.07
HSL 162.13º 0.83% 0.58% -
HSV(B) 162.13º 0.75% 0.93% -
XYZ 40.74 64.96 55.74 -
YUV 177.74 131.53 43.31 -
System Red Green Blue C M Y K H S L
Decimal 59 237 184 0.75 0 0.22 0.07 162.13 0.83 0.58
Hex 3B ED B8 4B 0 16 7 A2 53 3A
Octal 73 355 270 113 0 26 7 242 123 72
Binary 111011 11101101 10111000 1001011 0 10110 111 10100010 1010011 111010

Color Harmonies of #3BEDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEDB8

Black with #3BEDB8

Text Example


Text Example

White with #3BEDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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