Html Css Color HEX #3BEFDB Turquoise

📋 copy color: '#3BEFDB'

red 59 ◦ green 239 ◦ blue 219

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

Shades of Turquoise #3BEFDB

Tints of Turquoise #3BEFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.23%

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

R = 11.41%
G = 46.23%
B = 42.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#3BEFDB (or 0x3BEFDB) is known color: Turquoise. HEX triplet: 3B, EF and DB. RGB value is (59,239,219). Sum of RGB (Red+Green+Blue) = 59+239+219=517 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.41% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFDB is #C41024. Grayscale: #B6B6B6. Windows color (decimal): -12849189 or 14413627. OLE color: 14413627.

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

Color convert

RGB 59 239 219 -
CMYK 0.75 0 0.08 0.06
HSL 173.33º 0.85% 0.58% -
HSV(B) 173.33º 0.75% 0.94% -
XYZ 45.46 67.78 77.7 -
YUV 182.9 148.37 39.63 -
System Red Green Blue C M Y K H S L
Decimal 59 239 219 0.75 0 0.08 0.06 173.33 0.85 0.58
Hex 3B EF DB 4B 0 8 6 AD 55 3A
Octal 73 357 333 113 0 10 6 255 125 72
Binary 111011 11101111 11011011 1001011 0 1000 110 10101101 1010101 111010

Color Harmonies of #3BEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEFDB

Black with #3BEFDB

Text Example


Text Example

White with #3BEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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