Html Css Color HEX #3BCCDD Medium Turquoise

📋 copy color: '#3BCCDD'

red 59 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #3BCCDD

Tints of Medium Turquoise #3BCCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 12.19%
G = 42.15%
B = 45.66%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3BCCDD (or 0x3BCCDD) is known color: Medium Turquoise. HEX triplet: 3B, CC and DD. RGB value is (59,204,221). Sum of RGB (Red+Green+Blue) = 59+204+221=484 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.19% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BCCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCCDD is #C43322. Grayscale: #A2A2A2. Windows color (decimal): -12858147 or 14535739. OLE color: 14535739.

HSL color Cylindrical-coordinate representation of color #3BCCDD: hue angle of 186.3º degrees, saturation: 0.7, 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 #3BCCDD is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 204 221 -
CMYK 0.73 0.08 0 0.13
HSL 186.3º 0.7% 0.55% -
HSV(B) 186.3º 0.73% 0.87% -
XYZ 36.45 49.34 76.01 -
YUV 162.58 160.96 54.12 -
System Red Green Blue C M Y K H S L
Decimal 59 204 221 0.73 0.08 0 0.13 186.3 0.7 0.55
Hex 3B CC DD 49 8 0 D BA 46 37
Octal 73 314 335 111 10 0 15 272 106 67
Binary 111011 11001100 11011101 1001001 1000 0 1101 10111010 1000110 110111

Color Harmonies of #3BCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCCDD

Black with #3BCCDD

Text Example


Text Example

White with #3BCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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