Html Css Color HEX #3DCEBB Medium Turquoise

📋 copy color: '#3DCEBB'

red 61 ◦ green 206 ◦ blue 187

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

Shades of Medium Turquoise #3DCEBB

Tints of Medium Turquoise #3DCEBB

RGB

 RED value IS 61 (24.22% from 255) = 13.44%

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

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 13.44%
G = 45.37%
B = 41.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#3DCEBB (or 0x3DCEBB) is known color: Medium Turquoise. HEX triplet: 3D, CE and BB. RGB value is (61,206,187). Sum of RGB (Red+Green+Blue) = 61+206+187=454 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.44% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCEBB is #C23144. Grayscale: #A0A0A0. Windows color (decimal): -12726597 or 12308029. OLE color: 12308029.

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

Color convert

RGB 61 206 187 -
CMYK 0.70 0 0.09 0.19
HSL 172.14º 0.6% 0.52% -
HSV(B) 172.14º 0.7% 0.81% -
XYZ 32.97 48.72 54.68 -
YUV 160.48 142.96 57.04 -
System Red Green Blue C M Y K H S L
Decimal 61 206 187 0.70 0 0.09 0.19 172.14 0.6 0.52
Hex 3D CE BB 46 0 9 13 AC 3C 34
Octal 75 316 273 106 0 11 23 254 74 64
Binary 111101 11001110 10111011 1000110 0 1001 10011 10101100 111100 110100

Color Harmonies of #3DCEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCEBB

Black with #3DCEBB

Text Example


Text Example

White with #3DCEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,206,187); }

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

background-color css

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

 a { background-color: rgb(61,206,187); }

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

border-color css

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

 span { border-color: rgb(61,206,187); }

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