Html Css Color HEX #3BCCD9 Medium Turquoise

📋 copy color: '#3BCCD9'

red 59 ◦ green 204 ◦ blue 217

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

Shades of Medium Turquoise #3BCCD9

Tints of Medium Turquoise #3BCCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.21%

R = 12.29%
G = 42.5%
B = 45.21%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3BCCD9 (or 0x3BCCD9) is known color: Medium Turquoise. HEX triplet: 3B, CC and D9. RGB value is (59,204,217). Sum of RGB (Red+Green+Blue) = 59+204+217=480 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.29% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #3BCCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCCD9 is #C43326. Grayscale: #A1A1A1. Windows color (decimal): -12858151 or 14273595. OLE color: 14273595.

HSL color Cylindrical-coordinate representation of color #3BCCD9: hue angle of 184.94º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCCD9 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 59 204 217 -
CMYK 0.73 0.06 0 0.15
HSL 184.94º 0.68% 0.54% -
HSV(B) 184.94º 0.73% 0.85% -
XYZ 35.92 49.13 73.23 -
YUV 162.13 158.96 54.44 -
System Red Green Blue C M Y K H S L
Decimal 59 204 217 0.73 0.06 0 0.15 184.94 0.68 0.54
Hex 3B CC D9 49 6 0 F B9 44 36
Octal 73 314 331 111 6 0 17 271 104 66
Binary 111011 11001100 11011001 1001001 110 0 1111 10111001 1000100 110110

Color Harmonies of #3BCCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCCD9

Black with #3BCCD9

Text Example


Text Example

White with #3BCCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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