Html Css Color HEX #3BEAED Turquoise

📋 copy color: '#3BEAED'

red 59 ◦ green 234 ◦ blue 237

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

Shades of Turquoise #3BEAED

Tints of Turquoise #3BEAED

RGB

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

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

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

R = 11.13%
G = 44.15%
B = 44.72%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3BEAED (or 0x3BEAED) is known color: Turquoise. HEX triplet: 3B, EA and ED. RGB value is (59,234,237). Sum of RGB (Red+Green+Blue) = 59+234+237=530 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.13% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #3BEAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEAED is #C41512. Grayscale: #B5B5B5. Windows color (decimal): -12850451 or 15591995. OLE color: 15591995.

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

Color convert

RGB 59 234 237 -
CMYK 0.75 0.01 0 0.07
HSL 181.01º 0.83% 0.58% -
HSV(B) 181.01º 0.75% 0.93% -
XYZ 46.51 65.89 90.39 -
YUV 182.02 159.02 40.26 -
System Red Green Blue C M Y K H S L
Decimal 59 234 237 0.75 0.01 0 0.07 181.01 0.83 0.58
Hex 3B EA ED 4B 1 0 7 B5 53 3A
Octal 73 352 355 113 1 0 7 265 123 72
Binary 111011 11101010 11101101 1001011 1 0 111 10110101 1010011 111010

Color Harmonies of #3BEAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEAED

Black with #3BEAED

Text Example


Text Example

White with #3BEAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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