Html Css Color HEX #3BEBDB Turquoise

📋 copy color: '#3BEBDB'

red 59 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #3BEBDB

Tints of Turquoise #3BEBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 11.5%
G = 45.81%
B = 42.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#3BEBDB (or 0x3BEBDB) is known color: Turquoise. HEX triplet: 3B, EB and DB. RGB value is (59,235,219). Sum of RGB (Red+Green+Blue) = 59+235+219=513 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.50% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEBDB is #C41424. Grayscale: #B4B4B4. Windows color (decimal): -12850213 or 14412603. OLE color: 14412603.

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

Color convert

RGB 59 235 219 -
CMYK 0.75 0 0.07 0.08
HSL 174.55º 0.81% 0.58% -
HSV(B) 174.55º 0.75% 0.92% -
XYZ 44.3 65.46 77.32 -
YUV 180.55 149.69 41.3 -
System Red Green Blue C M Y K H S L
Decimal 59 235 219 0.75 0 0.07 0.08 174.55 0.81 0.58
Hex 3B EB DB 4B 0 7 8 AF 51 3A
Octal 73 353 333 113 0 7 10 257 121 72
Binary 111011 11101011 11011011 1001011 0 111 1000 10101111 1010001 111010

Color Harmonies of #3BEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEBDB

Black with #3BEBDB

Text Example


Text Example

White with #3BEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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