Html Css Color HEX #3BEADA Turquoise

📋 copy color: '#3BEADA'

red 59 ◦ green 234 ◦ blue 218

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

Shades of Turquoise #3BEADA

Tints of Turquoise #3BEADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 11.55%
G = 45.79%
B = 42.66%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#3BEADA (or 0x3BEADA) is known color: Turquoise. HEX triplet: 3B, EA and DA. RGB value is (59,234,218). Sum of RGB (Red+Green+Blue) = 59+234+218=511 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.55% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEADA is #C41525. Grayscale: #B3B3B3. Windows color (decimal): -12850470 or 14346811. OLE color: 14346811.

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

Color convert

RGB 59 234 218 -
CMYK 0.75 0 0.07 0.08
HSL 174.51º 0.81% 0.57% -
HSV(B) 174.51º 0.75% 0.92% -
XYZ 43.88 64.84 76.53 -
YUV 179.85 149.52 41.8 -
System Red Green Blue C M Y K H S L
Decimal 59 234 218 0.75 0 0.07 0.08 174.51 0.81 0.57
Hex 3B EA DA 4B 0 7 8 AF 51 39
Octal 73 352 332 113 0 7 10 257 121 71
Binary 111011 11101010 11011010 1001011 0 111 1000 10101111 1010001 111001

Color Harmonies of #3BEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEADA

Black with #3BEADA

Text Example


Text Example

White with #3BEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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