Html Css Color HEX #3BCEDE Medium Turquoise

📋 copy color: '#3BCEDE'

red 59 ◦ green 206 ◦ blue 222

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

Shades of Medium Turquoise #3BCEDE

Tints of Medium Turquoise #3BCEDE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.3%

 BLUE value IS 222 (87.11% from 255) = 45.59%

R = 12.11%
G = 42.3%
B = 45.59%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3BCEDE (or 0x3BCEDE) is known color: Medium Turquoise. HEX triplet: 3B, CE and DE. RGB value is (59,206,222). Sum of RGB (Red+Green+Blue) = 59+206+222=487 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.11% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #3BCEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCEDE is #C43121. Grayscale: #A3A3A3. Windows color (decimal): -12857634 or 14601787. OLE color: 14601787.

HSL color Cylindrical-coordinate representation of color #3BCEDE: hue angle of 185.89º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCEDE is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 206 222 -
CMYK 0.73 0.07 0 0.13
HSL 185.89º 0.71% 0.55% -
HSV(B) 185.89º 0.73% 0.87% -
XYZ 37.06 50.35 76.87 -
YUV 163.87 160.8 53.2 -
System Red Green Blue C M Y K H S L
Decimal 59 206 222 0.73 0.07 0 0.13 185.89 0.71 0.55
Hex 3B CE DE 49 7 0 D BA 47 37
Octal 73 316 336 111 7 0 15 272 107 67
Binary 111011 11001110 11011110 1001001 111 0 1101 10111010 1000111 110111

Color Harmonies of #3BCEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCEDE

Black with #3BCEDE

Text Example


Text Example

White with #3BCEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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