Html Css Color HEX #3BEAEB Turquoise

📋 copy color: '#3BEAEB'

red 59 ◦ green 234 ◦ blue 235

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

Shades of Turquoise #3BEAEB

Tints of Turquoise #3BEAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.51%

R = 11.17%
G = 44.32%
B = 44.51%

CMYK

 C value IS 0.75

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3BEAEB (or 0x3BEAEB) is known color: Turquoise. HEX triplet: 3B, EA and EB. RGB value is (59,234,235). Sum of RGB (Red+Green+Blue) = 59+234+235=528 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.17% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #3BEAEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEAEB is #C41514. Grayscale: #B5B5B5. Windows color (decimal): -12850453 or 15460923. OLE color: 15460923.

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

Color convert

RGB 59 234 235 -
CMYK 0.75 0.00 0 0.08
HSL 180.34º 0.81% 0.58% -
HSV(B) 180.34º 0.75% 0.92% -
XYZ 46.22 65.77 88.86 -
YUV 181.79 158.02 40.42 -
System Red Green Blue C M Y K H S L
Decimal 59 234 235 0.75 0.00 0 0.08 180.34 0.81 0.58
Hex 3B EA EB 4B 0 0 8 B4 51 3A
Octal 73 352 353 113 0 0 10 264 121 72
Binary 111011 11101010 11101011 1001011 0 0 1000 10110100 1010001 111010

Color Harmonies of #3BEAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEAEB

Black with #3BEAEB

Text Example


Text Example

White with #3BEAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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