Html Css Color HEX #38C9BA Medium Turquoise

📋 copy color: '#38C9BA'

red 56 ◦ green 201 ◦ blue 186

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

Shades of Medium Turquoise #38C9BA

Tints of Medium Turquoise #38C9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.37%

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 12.64%
G = 45.37%
B = 41.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#38C9BA (or 0x38C9BA) is known color: Medium Turquoise. HEX triplet: 38, C9 and BA. RGB value is (56,201,186). Sum of RGB (Red+Green+Blue) = 56+201+186=443 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.64% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #38C9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C9BA is #C73645. Grayscale: #9B9B9B. Windows color (decimal): -13055558 or 12241208. OLE color: 12241208.

HSL color Cylindrical-coordinate representation of color #38C9BA: hue angle of 173.79º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C9BA is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 201 186 -
CMYK 0.72 0 0.07 0.21
HSL 173.79º 0.57% 0.5% -
HSV(B) 173.79º 0.72% 0.79% -
XYZ 31.38 46.16 53.71 -
YUV 155.94 144.96 56.72 -
System Red Green Blue C M Y K H S L
Decimal 56 201 186 0.72 0 0.07 0.21 173.79 0.57 0.5
Hex 38 C9 BA 48 0 7 15 AE 39 32
Octal 70 311 272 110 0 7 25 256 71 62
Binary 111000 11001001 10111010 1001000 0 111 10101 10101110 111001 110010

Color Harmonies of #38C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C9BA

Black with #38C9BA

Text Example


Text Example

White with #38C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,201,186); }

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

background-color css

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

 a { background-color: rgb(56,201,186); }

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

border-color css

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

 span { border-color: rgb(56,201,186); }

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