Html Css Color HEX #3BCBDB Medium Turquoise

📋 copy color: '#3BCBDB'

red 59 ◦ green 203 ◦ blue 219

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

Shades of Medium Turquoise #3BCBDB

Tints of Medium Turquoise #3BCBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.2%

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

R = 12.27%
G = 42.2%
B = 45.53%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3BCBDB (or 0x3BCBDB) is known color: Medium Turquoise. HEX triplet: 3B, CB and DB. RGB value is (59,203,219). Sum of RGB (Red+Green+Blue) = 59+203+219=481 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.27% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BCBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCBDB is #C43424. Grayscale: #A1A1A1. Windows color (decimal): -12858405 or 14404411. OLE color: 14404411.

HSL color Cylindrical-coordinate representation of color #3BCBDB: hue angle of 186º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCBDB is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 203 219 -
CMYK 0.73 0.07 0 0.14
HSL 186º 0.69% 0.55% -
HSV(B) 186º 0.73% 0.86% -
XYZ 35.95 48.76 74.53 -
YUV 161.77 160.29 54.7 -
System Red Green Blue C M Y K H S L
Decimal 59 203 219 0.73 0.07 0 0.14 186 0.69 0.55
Hex 3B CB DB 49 7 0 E BA 45 37
Octal 73 313 333 111 7 0 16 272 105 67
Binary 111011 11001011 11011011 1001001 111 0 1110 10111010 1000101 110111

Color Harmonies of #3BCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCBDB

Black with #3BCBDB

Text Example


Text Example

White with #3BCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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