Html Css Color HEX #3BEBEF Turquoise

📋 copy color: '#3BEBEF'

red 59 ◦ green 235 ◦ blue 239

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

Shades of Turquoise #3BEBEF

Tints of Turquoise #3BEBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 11.07%
G = 44.09%
B = 44.84%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3BEBEF (or 0x3BEBEF) is known color: Turquoise. HEX triplet: 3B, EB and EF. RGB value is (59,235,239). Sum of RGB (Red+Green+Blue) = 59+235+239=533 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.07% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BEBEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEBEF is #C41410. Grayscale: #B6B6B6. Windows color (decimal): -12850193 or 15723323. OLE color: 15723323.

HSL color Cylindrical-coordinate representation of color #3BEBEF: hue angle of 181.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEBEF is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 59 235 239 -
CMYK 0.75 0.02 0 0.06
HSL 181.33º 0.85% 0.58% -
HSV(B) 181.33º 0.75% 0.94% -
XYZ 47.09 66.58 92.03 -
YUV 182.83 159.69 39.67 -
System Red Green Blue C M Y K H S L
Decimal 59 235 239 0.75 0.02 0 0.06 181.33 0.85 0.58
Hex 3B EB EF 4B 2 0 6 B5 55 3A
Octal 73 353 357 113 2 0 6 265 125 72
Binary 111011 11101011 11101111 1001011 10 0 110 10110101 1010101 111010

Color Harmonies of #3BEBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEBEF

Black with #3BEBEF

Text Example


Text Example

White with #3BEBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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