Html Css Color HEX #38C2BB Medium Turquoise

📋 copy color: '#38C2BB'

red 56 ◦ green 194 ◦ blue 187

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

Shades of Medium Turquoise #38C2BB

Tints of Medium Turquoise #38C2BB

RGB

 RED value IS 56 (22.27% from 255) = 12.81%

 GREEN value IS 194 (76.17% from 255) = 44.39%

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

R = 12.81%
G = 44.39%
B = 42.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#38C2BB (or 0x38C2BB) is known color: Medium Turquoise. HEX triplet: 38, C2 and BB. RGB value is (56,194,187). Sum of RGB (Red+Green+Blue) = 56+194+187=437 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.81% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #38C2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C2BB is #C73D44. Grayscale: #979797. Windows color (decimal): -13057349 or 12304952. OLE color: 12304952.

HSL color Cylindrical-coordinate representation of color #38C2BB: hue angle of 176.96º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C2BB is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 194 187 -
CMYK 0.71 0 0.04 0.24
HSL 176.96º 0.55% 0.49% -
HSV(B) 176.96º 0.71% 0.76% -
XYZ 29.89 43.01 53.74 -
YUV 151.94 147.78 59.57 -
System Red Green Blue C M Y K H S L
Decimal 56 194 187 0.71 0 0.04 0.24 176.96 0.55 0.49
Hex 38 C2 BB 47 0 4 18 B1 37 31
Octal 70 302 273 107 0 4 30 261 67 61
Binary 111000 11000010 10111011 1000111 0 100 11000 10110001 110111 110001

Color Harmonies of #38C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C2BB

Black with #38C2BB

Text Example


Text Example

White with #38C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38C2BB; }

 p { color: rgb(56,194,187); }

 H1.HeaderClassName
 {
   color: #38C2BB;
 }
 .AnyTagClassName
 {
   color: #38C2BB;
 }
</style>

background-color css

<style>
 a { background-color: #38C2BB; }

 a { background-color: rgb(56,194,187); }

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

border-color css

<style>
 span { border-color: #38C2BB; }

 span { border-color: rgb(56,194,187); }

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