Html Css Color HEX #3BEADE Turquoise

📋 copy color: '#3BEADE'

red 59 ◦ green 234 ◦ blue 222

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

Shades of Turquoise #3BEADE

Tints of Turquoise #3BEADE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.44%

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 11.46%
G = 45.44%
B = 43.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#3BEADE (or 0x3BEADE) is known color: Turquoise. HEX triplet: 3B, EA and DE. RGB value is (59,234,222). Sum of RGB (Red+Green+Blue) = 59+234+222=515 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.46% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEADE is #C41521. Grayscale: #B4B4B4. Windows color (decimal): -12850466 or 14608955. OLE color: 14608955.

HSL color Cylindrical-coordinate representation of color #3BEADE: hue angle of 175.89º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEADE is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 234 222 -
CMYK 0.75 0 0.05 0.08
HSL 175.89º 0.81% 0.57% -
HSV(B) 175.89º 0.75% 0.92% -
XYZ 44.41 65.05 79.32 -
YUV 180.31 151.52 41.48 -
System Red Green Blue C M Y K H S L
Decimal 59 234 222 0.75 0 0.05 0.08 175.89 0.81 0.57
Hex 3B EA DE 4B 0 5 8 B0 51 39
Octal 73 352 336 113 0 5 10 260 121 71
Binary 111011 11101010 11011110 1001011 0 101 1000 10110000 1010001 111001

Color Harmonies of #3BEADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEADE

Black with #3BEADE

Text Example


Text Example

White with #3BEADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,234,222); }

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

background-color css

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

 a { background-color: rgb(59,234,222); }

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

border-color css

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

 span { border-color: rgb(59,234,222); }

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