Html Css Color HEX #38C4BA Medium Turquoise

📋 copy color: '#38C4BA'

red 56 ◦ green 196 ◦ blue 186

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

Shades of Medium Turquoise #38C4BA

Tints of Medium Turquoise #38C4BA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.75%

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

R = 12.79%
G = 44.75%
B = 42.47%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#38C4BA (or 0x38C4BA) is known color: Medium Turquoise. HEX triplet: 38, C4 and BA. RGB value is (56,196,186). Sum of RGB (Red+Green+Blue) = 56+196+186=438 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.79% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #38C4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C4BA is #C73B45. Grayscale: #989898. Windows color (decimal): -13056838 or 12239928. OLE color: 12239928.

HSL color Cylindrical-coordinate representation of color #38C4BA: hue angle of 175.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C4BA is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 56 196 186 -
CMYK 0.71 0 0.05 0.23
HSL 175.71º 0.56% 0.49% -
HSV(B) 175.71º 0.71% 0.77% -
XYZ 30.23 43.87 53.33 -
YUV 153 146.62 58.81 -
System Red Green Blue C M Y K H S L
Decimal 56 196 186 0.71 0 0.05 0.23 175.71 0.56 0.49
Hex 38 C4 BA 47 0 5 17 B0 38 31
Octal 70 304 272 107 0 5 27 260 70 61
Binary 111000 11000100 10111010 1000111 0 101 10111 10110000 111000 110001

Color Harmonies of #38C4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C4BA

Black with #38C4BA

Text Example


Text Example

White with #38C4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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