Html Css Color HEX #3BEAEA Turquoise

📋 copy color: '#3BEAEA'

red 59 ◦ green 234 ◦ blue 234

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

Shades of Turquoise #3BEAEA

Tints of Turquoise #3BEAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.4%

R = 11.2%
G = 44.4%
B = 44.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3BEAEA (or 0x3BEAEA) is known color: Turquoise. HEX triplet: 3B, EA and EA. RGB value is (59,234,234). Sum of RGB (Red+Green+Blue) = 59+234+234=527 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.20% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #3BEAEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEAEA is #C41515. Grayscale: #B5B5B5. Windows color (decimal): -12850454 or 15395387. OLE color: 15395387.

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

Color convert

RGB 59 234 234 -
CMYK 0.75 0 0 0.08
HSL 180º 0.81% 0.57% -
HSV(B) 180º 0.75% 0.92% -
XYZ 46.08 65.72 88.1 -
YUV 181.68 157.52 40.5 -
System Red Green Blue C M Y K H S L
Decimal 59 234 234 0.75 0 0 0.08 180 0.81 0.57
Hex 3B EA EA 4B 0 0 8 B4 51 39
Octal 73 352 352 113 0 0 10 264 121 71
Binary 111011 11101010 11101010 1001011 0 0 1000 10110100 1010001 111001

Color Harmonies of #3BEAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEAEA

Black with #3BEAEA

Text Example


Text Example

White with #3BEAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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