Html Css Color HEX #3BCCD6 Medium Turquoise

📋 copy color: '#3BCCD6'

red 59 ◦ green 204 ◦ blue 214

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

Shades of Medium Turquoise #3BCCD6

Tints of Medium Turquoise #3BCCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.86%

R = 12.37%
G = 42.77%
B = 44.86%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3BCCD6 (or 0x3BCCD6) is known color: Medium Turquoise. HEX triplet: 3B, CC and D6. RGB value is (59,204,214). Sum of RGB (Red+Green+Blue) = 59+204+214=477 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.37% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #3BCCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCCD6 is #C43329. Grayscale: #A1A1A1. Windows color (decimal): -12858154 or 14076987. OLE color: 14076987.

HSL color Cylindrical-coordinate representation of color #3BCCD6: hue angle of 183.87º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BCCD6 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 204 214 -
CMYK 0.72 0.05 0 0.16
HSL 183.87º 0.65% 0.54% -
HSV(B) 183.87º 0.72% 0.84% -
XYZ 35.53 48.97 71.2 -
YUV 161.79 157.46 54.69 -
System Red Green Blue C M Y K H S L
Decimal 59 204 214 0.72 0.05 0 0.16 183.87 0.65 0.54
Hex 3B CC D6 48 5 0 10 B8 41 36
Octal 73 314 326 110 5 0 20 270 101 66
Binary 111011 11001100 11010110 1001000 101 0 10000 10111000 1000001 110110

Color Harmonies of #3BCCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCCD6

Black with #3BCCD6

Text Example


Text Example

White with #3BCCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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