Html Css Color HEX #3BCBCA Medium Turquoise

📋 copy color: '#3BCBCA'

red 59 ◦ green 203 ◦ blue 202

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

Shades of Medium Turquoise #3BCBCA

Tints of Medium Turquoise #3BCBCA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.75%

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 12.72%
G = 43.75%
B = 43.53%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#3BCBCA (or 0x3BCBCA) is known color: Medium Turquoise. HEX triplet: 3B, CB and CA. RGB value is (59,203,202). Sum of RGB (Red+Green+Blue) = 59+203+202=464 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.72% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCBCA is #C43435. Grayscale: #9F9F9F. Windows color (decimal): -12858422 or 13290299. OLE color: 13290299.

HSL color Cylindrical-coordinate representation of color #3BCBCA: hue angle of 179.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCBCA is Cyan = 0.71, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 203 202 -
CMYK 0.71 0 0.00 0.20
HSL 179.58º 0.58% 0.51% -
HSV(B) 179.58º 0.71% 0.8% -
XYZ 33.82 47.91 63.34 -
YUV 159.83 151.79 56.08 -
System Red Green Blue C M Y K H S L
Decimal 59 203 202 0.71 0 0.00 0.20 179.58 0.58 0.51
Hex 3B CB CA 47 0 0 14 B4 3A 33
Octal 73 313 312 107 0 0 24 264 72 63
Binary 111011 11001011 11001010 1000111 0 0 10100 10110100 111010 110011

Color Harmonies of #3BCBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCBCA

Black with #3BCBCA

Text Example


Text Example

White with #3BCBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,203,202); }

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

background-color css

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

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

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

border-color css

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

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

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