Html Css Color HEX #3BEBEB Turquoise

📋 copy color: '#3BEBEB'

red 59 ◦ green 235 ◦ blue 235

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

Shades of Turquoise #3BEBEB

Tints of Turquoise #3BEBEB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.42%

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

R = 11.15%
G = 44.42%
B = 44.42%

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

#3BEBEB (or 0x3BEBEB) is known color: Turquoise. HEX triplet: 3B, EB and EB. RGB value is (59,235,235). Sum of RGB (Red+Green+Blue) = 59+235+235=529 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.15% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #3BEBEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEBEB is #C41414. Grayscale: #B6B6B6. Windows color (decimal): -12850197 or 15461179. OLE color: 15461179.

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

Color convert

RGB 59 235 235 -
CMYK 0.75 0 0 0.08
HSL 180º 0.81% 0.58% -
HSV(B) 180º 0.75% 0.92% -
XYZ 46.51 66.34 88.95 -
YUV 182.38 157.69 40 -
System Red Green Blue C M Y K H S L
Decimal 59 235 235 0.75 0 0 0.08 180 0.81 0.58
Hex 3B EB EB 4B 0 0 8 B4 51 3A
Octal 73 353 353 113 0 0 10 264 121 72
Binary 111011 11101011 11101011 1001011 0 0 1000 10110100 1010001 111010

Color Harmonies of #3BEBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEBEB

Black with #3BEBEB

Text Example


Text Example

White with #3BEBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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