Html Css Color HEX #3BCCCC Medium Turquoise

📋 copy color: '#3BCCCC'

red 59 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #3BCCCC

Tints of Medium Turquoise #3BCCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 12.63%
G = 43.68%
B = 43.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3BCCCC (or 0x3BCCCC) is known color: Medium Turquoise. HEX triplet: 3B, CC and CC. RGB value is (59,204,204). Sum of RGB (Red+Green+Blue) = 59+204+204=467 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.63% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #3BCCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCCCC is #C43333. Grayscale: #A0A0A0. Windows color (decimal): -12858164 or 13421627. OLE color: 13421627.

HSL color Cylindrical-coordinate representation of color #3BCCCC: hue angle of 180º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCCCC is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 59 204 204 -
CMYK 0.71 0 0 0.2
HSL 180º 0.59% 0.52% -
HSV(B) 180º 0.71% 0.8% -
XYZ 34.3 48.48 64.68 -
YUV 160.65 152.46 55.5 -
System Red Green Blue C M Y K H S L
Decimal 59 204 204 0.71 0 0 0.2 180 0.59 0.52
Hex 3B CC CC 47 0 0 14 B4 3B 34
Octal 73 314 314 107 0 0 24 264 73 64
Binary 111011 11001100 11001100 1000111 0 0 10100 10110100 111011 110100

Color Harmonies of #3BCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCCCC

Black with #3BCCCC

Text Example


Text Example

White with #3BCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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