Html Css Color HEX #3BCCDA Medium Turquoise

📋 copy color: '#3BCCDA'

red 59 ◦ green 204 ◦ blue 218

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

Shades of Medium Turquoise #3BCCDA

Tints of Medium Turquoise #3BCCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 12.27%
G = 42.41%
B = 45.32%

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

#3BCCDA (or 0x3BCCDA) is known color: Medium Turquoise. HEX triplet: 3B, CC and DA. RGB value is (59,204,218). Sum of RGB (Red+Green+Blue) = 59+204+218=481 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.27% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #3BCCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCCDA is #C43325. Grayscale: #A2A2A2. Windows color (decimal): -12858150 or 14339131. OLE color: 14339131.

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

Color convert

RGB 59 204 218 -
CMYK 0.73 0.06 0 0.15
HSL 185.28º 0.68% 0.54% -
HSV(B) 185.28º 0.73% 0.85% -
XYZ 36.05 49.18 73.92 -
YUV 162.24 159.46 54.36 -
System Red Green Blue C M Y K H S L
Decimal 59 204 218 0.73 0.06 0 0.15 185.28 0.68 0.54
Hex 3B CC DA 49 6 0 F B9 44 36
Octal 73 314 332 111 6 0 17 271 104 66
Binary 111011 11001100 11011010 1001001 110 0 1111 10111001 1000100 110110

Color Harmonies of #3BCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCCDA

Black with #3BCCDA

Text Example


Text Example

White with #3BCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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