Html Css Color HEX #3BDEDB Turquoise

📋 copy color: '#3BDEDB'

red 59 ◦ green 222 ◦ blue 219

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

Shades of Turquoise #3BDEDB

Tints of Turquoise #3BDEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.4%

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

R = 11.8%
G = 44.4%
B = 43.8%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#3BDEDB (or 0x3BDEDB) is known color: Turquoise. HEX triplet: 3B, DE and DB. RGB value is (59,222,219). Sum of RGB (Red+Green+Blue) = 59+222+219=500 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.8% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDEDB is #C42124. Grayscale: #ACACAC. Windows color (decimal): -12853541 or 14409275. OLE color: 14409275.

HSL color Cylindrical-coordinate representation of color #3BDEDB: hue angle of 178.9º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDEDB is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 222 219 -
CMYK 0.73 0 0.01 0.13
HSL 178.9º 0.71% 0.55% -
HSV(B) 178.9º 0.73% 0.87% -
XYZ 40.71 58.29 76.12 -
YUV 172.92 154 46.74 -
System Red Green Blue C M Y K H S L
Decimal 59 222 219 0.73 0 0.01 0.13 178.9 0.71 0.55
Hex 3B DE DB 49 0 1 D B3 47 37
Octal 73 336 333 111 0 1 15 263 107 67
Binary 111011 11011110 11011011 1001001 0 1 1101 10110011 1000111 110111

Color Harmonies of #3BDEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDEDB

Black with #3BDEDB

Text Example


Text Example

White with #3BDEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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