Html Css Color HEX #3BCDDD Medium Turquoise

📋 copy color: '#3BCDDD'

red 59 ◦ green 205 ◦ blue 221

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

Shades of Medium Turquoise #3BCDDD

Tints of Medium Turquoise #3BCDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.27%

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

R = 12.16%
G = 42.27%
B = 45.57%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3BCDDD (or 0x3BCDDD) is known color: Medium Turquoise. HEX triplet: 3B, CD and DD. RGB value is (59,205,221). Sum of RGB (Red+Green+Blue) = 59+205+221=485 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.16% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BCDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCDDD is #C43222. Grayscale: #A2A2A2. Windows color (decimal): -12857891 or 14535995. OLE color: 14535995.

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

Color convert

RGB 59 205 221 -
CMYK 0.73 0.07 0 0.13
HSL 185.93º 0.7% 0.55% -
HSV(B) 185.93º 0.73% 0.87% -
XYZ 36.69 49.81 76.09 -
YUV 163.17 160.63 53.7 -
System Red Green Blue C M Y K H S L
Decimal 59 205 221 0.73 0.07 0 0.13 185.93 0.7 0.55
Hex 3B CD DD 49 7 0 D BA 46 37
Octal 73 315 335 111 7 0 15 272 106 67
Binary 111011 11001101 11011101 1001001 111 0 1101 10111010 1000110 110111

Color Harmonies of #3BCDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCDDD

Black with #3BCDDD

Text Example


Text Example

White with #3BCDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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