Html Css Color HEX #3BEEBA Turquoise

📋 copy color: '#3BEEBA'

red 59 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #3BEEBA

Tints of Turquoise #3BEEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.28%

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 12.22%
G = 49.28%
B = 38.51%

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

#3BEEBA (or 0x3BEEBA) is known color: Turquoise. HEX triplet: 3B, EE and BA. RGB value is (59,238,186). Sum of RGB (Red+Green+Blue) = 59+238+186=483 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.22% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEEBA is #C41145. Grayscale: #B2B2B2. Windows color (decimal): -12849478 or 12250683. OLE color: 12250683.

HSL color Cylindrical-coordinate representation of color #3BEEBA: hue angle of 162.57º degrees, saturation: 0.84, 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 #3BEEBA is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 238 186 -
CMYK 0.75 0 0.22 0.07
HSL 162.57º 0.84% 0.58% -
HSV(B) 162.57º 0.75% 0.93% -
XYZ 41.24 65.62 56.95 -
YUV 178.55 132.2 42.73 -
System Red Green Blue C M Y K H S L
Decimal 59 238 186 0.75 0 0.22 0.07 162.57 0.84 0.58
Hex 3B EE BA 4B 0 16 7 A3 54 3A
Octal 73 356 272 113 0 26 7 243 124 72
Binary 111011 11101110 10111010 1001011 0 10110 111 10100011 1010100 111010

Color Harmonies of #3BEEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEEBA

Black with #3BEEBA

Text Example


Text Example

White with #3BEEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,238,186); }

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

background-color css

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

 a { background-color: rgb(59,238,186); }

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

border-color css

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

 span { border-color: rgb(59,238,186); }

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