Html Css Color HEX #3BEDDB Turquoise

📋 copy color: '#3BEDDB'

red 59 ◦ green 237 ◦ blue 219

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

Shades of Turquoise #3BEDDB

Tints of Turquoise #3BEDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.02%

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

R = 11.46%
G = 46.02%
B = 42.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#3BEDDB (or 0x3BEDDB) is known color: Turquoise. HEX triplet: 3B, ED and DB. RGB value is (59,237,219). Sum of RGB (Red+Green+Blue) = 59+237+219=515 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.46% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #3BEDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEDDB is #C41224. Grayscale: #B5B5B5. Windows color (decimal): -12849701 or 14413115. OLE color: 14413115.

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

Color convert

RGB 59 237 219 -
CMYK 0.75 0 0.08 0.07
HSL 173.93º 0.83% 0.58% -
HSV(B) 173.93º 0.75% 0.93% -
XYZ 44.87 66.61 77.51 -
YUV 181.73 149.03 40.46 -
System Red Green Blue C M Y K H S L
Decimal 59 237 219 0.75 0 0.08 0.07 173.93 0.83 0.58
Hex 3B ED DB 4B 0 8 7 AE 53 3A
Octal 73 355 333 113 0 10 7 256 123 72
Binary 111011 11101101 11011011 1001011 0 1000 111 10101110 1010011 111010

Color Harmonies of #3BEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEDDB

Black with #3BEDDB

Text Example


Text Example

White with #3BEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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