Html Css Color HEX #3BCADB Medium Turquoise

📋 copy color: '#3BCADB'

red 59 ◦ green 202 ◦ blue 219

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

Shades of Medium Turquoise #3BCADB

Tints of Medium Turquoise #3BCADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 12.29%
G = 42.08%
B = 45.63%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3BCADB (or 0x3BCADB) is known color: Medium Turquoise. HEX triplet: 3B, CA and DB. RGB value is (59,202,219). Sum of RGB (Red+Green+Blue) = 59+202+219=480 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.29% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BCADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCADB is #C43524. Grayscale: #A0A0A0. Windows color (decimal): -12858661 or 14404155. OLE color: 14404155.

HSL color Cylindrical-coordinate representation of color #3BCADB: hue angle of 186.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCADB is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 202 219 -
CMYK 0.73 0.08 0 0.14
HSL 186.38º 0.69% 0.55% -
HSV(B) 186.38º 0.73% 0.86% -
XYZ 35.71 48.29 74.46 -
YUV 161.18 160.62 55.12 -
System Red Green Blue C M Y K H S L
Decimal 59 202 219 0.73 0.08 0 0.14 186.38 0.69 0.55
Hex 3B CA DB 49 8 0 E BA 45 37
Octal 73 312 333 111 10 0 16 272 105 67
Binary 111011 11001010 11011011 1001001 1000 0 1110 10111010 1000101 110111

Color Harmonies of #3BCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCADB

Black with #3BCADB

Text Example


Text Example

White with #3BCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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