Html Css Color HEX #3BCCDB Medium Turquoise

📋 copy color: '#3BCCDB'

red 59 ◦ green 204 ◦ blue 219

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

Shades of Medium Turquoise #3BCCDB

Tints of Medium Turquoise #3BCCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.32%

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

R = 12.24%
G = 42.32%
B = 45.44%

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

#3BCCDB (or 0x3BCCDB) is known color: Medium Turquoise. HEX triplet: 3B, CC and DB. RGB value is (59,204,219). Sum of RGB (Red+Green+Blue) = 59+204+219=482 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.24% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BCCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCCDB is #C43324. Grayscale: #A2A2A2. Windows color (decimal): -12858149 or 14404667. OLE color: 14404667.

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

Color convert

RGB 59 204 219 -
CMYK 0.73 0.07 0 0.14
HSL 185.63º 0.69% 0.55% -
HSV(B) 185.63º 0.73% 0.86% -
XYZ 36.18 49.23 74.61 -
YUV 162.36 159.96 54.28 -
System Red Green Blue C M Y K H S L
Decimal 59 204 219 0.73 0.07 0 0.14 185.63 0.69 0.55
Hex 3B CC DB 49 7 0 E BA 45 37
Octal 73 314 333 111 7 0 16 272 105 67
Binary 111011 11001100 11011011 1001001 111 0 1110 10111010 1000101 110111

Color Harmonies of #3BCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCCDB

Black with #3BCCDB

Text Example


Text Example

White with #3BCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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