Html Css Color HEX #3BCCCE Medium Turquoise

📋 copy color: '#3BCCCE'

red 59 ◦ green 204 ◦ blue 206

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

Shades of Medium Turquoise #3BCCCE

Tints of Medium Turquoise #3BCCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 12.58%
G = 43.5%
B = 43.92%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3BCCCE (or 0x3BCCCE) is known color: Medium Turquoise. HEX triplet: 3B, CC and CE. RGB value is (59,204,206). Sum of RGB (Red+Green+Blue) = 59+204+206=469 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.58% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #3BCCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCCCE is #C43331. Grayscale: #A0A0A0. Windows color (decimal): -12858162 or 13552699. OLE color: 13552699.

HSL color Cylindrical-coordinate representation of color #3BCCCE: hue angle of 180.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCCCE is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 204 206 -
CMYK 0.71 0.01 0 0.19
HSL 180.82º 0.6% 0.52% -
HSV(B) 180.82º 0.71% 0.81% -
XYZ 34.54 48.57 65.95 -
YUV 160.87 153.46 55.34 -
System Red Green Blue C M Y K H S L
Decimal 59 204 206 0.71 0.01 0 0.19 180.82 0.6 0.52
Hex 3B CC CE 47 1 0 13 B5 3C 34
Octal 73 314 316 107 1 0 23 265 74 64
Binary 111011 11001100 11001110 1000111 1 0 10011 10110101 111100 110100

Color Harmonies of #3BCCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCCCE

Black with #3BCCCE

Text Example


Text Example

White with #3BCCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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