Html Css Color HEX #3BEBED Turquoise

📋 copy color: '#3BEBED'

red 59 ◦ green 235 ◦ blue 237

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

Shades of Turquoise #3BEBED

Tints of Turquoise #3BEBED

RGB

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

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

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

R = 11.11%
G = 44.26%
B = 44.63%

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

#3BEBED (or 0x3BEBED) is known color: Turquoise. HEX triplet: 3B, EB and ED. RGB value is (59,235,237). Sum of RGB (Red+Green+Blue) = 59+235+237=531 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.11% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #3BEBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEBED is #C41412. Grayscale: #B6B6B6. Windows color (decimal): -12850195 or 15592251. OLE color: 15592251.

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

Color convert

RGB 59 235 237 -
CMYK 0.75 0.01 0 0.07
HSL 180.67º 0.83% 0.58% -
HSV(B) 180.67º 0.75% 0.93% -
XYZ 46.8 66.46 90.48 -
YUV 182.6 158.69 39.84 -
System Red Green Blue C M Y K H S L
Decimal 59 235 237 0.75 0.01 0 0.07 180.67 0.83 0.58
Hex 3B EB ED 4B 1 0 7 B5 53 3A
Octal 73 353 355 113 1 0 7 265 123 72
Binary 111011 11101011 11101101 1001011 1 0 111 10110101 1010011 111010

Color Harmonies of #3BEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEBED

Black with #3BEBED

Text Example


Text Example

White with #3BEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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