Html Css Color HEX #3BEADB Turquoise

📋 copy color: '#3BEADB'

red 59 ◦ green 234 ◦ blue 219

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

Shades of Turquoise #3BEADB

Tints of Turquoise #3BEADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.7%

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

R = 11.52%
G = 45.7%
B = 42.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#3BEADB (or 0x3BEADB) is known color: Turquoise. HEX triplet: 3B, EA and DB. RGB value is (59,234,219). Sum of RGB (Red+Green+Blue) = 59+234+219=512 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.52% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEADB is #C41524. Grayscale: #B3B3B3. Windows color (decimal): -12850469 or 14412347. OLE color: 14412347.

HSL color Cylindrical-coordinate representation of color #3BEADB: hue angle of 174.86º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEADB is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 234 219 -
CMYK 0.75 0 0.06 0.08
HSL 174.86º 0.81% 0.57% -
HSV(B) 174.86º 0.75% 0.92% -
XYZ 44.01 64.89 77.22 -
YUV 179.97 150.02 41.72 -
System Red Green Blue C M Y K H S L
Decimal 59 234 219 0.75 0 0.06 0.08 174.86 0.81 0.57
Hex 3B EA DB 4B 0 6 8 AF 51 39
Octal 73 352 333 113 0 6 10 257 121 71
Binary 111011 11101010 11011011 1001011 0 110 1000 10101111 1010001 111001

Color Harmonies of #3BEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEADB

Black with #3BEADB

Text Example


Text Example

White with #3BEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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