Html Css Color HEX #38BFBA Medium Turquoise

📋 copy color: '#38BFBA'

red 56 ◦ green 191 ◦ blue 186

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

Shades of Medium Turquoise #38BFBA

Tints of Medium Turquoise #38BFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 44.11%

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

R = 12.93%
G = 44.11%
B = 42.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#38BFBA (or 0x38BFBA) is known color: Medium Turquoise. HEX triplet: 38, BF and BA. RGB value is (56,191,186). Sum of RGB (Red+Green+Blue) = 56+191+186=433 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.93% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #38BFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BFBA is #C74045. Grayscale: #959595. Windows color (decimal): -13058118 or 12238648. OLE color: 12238648.

HSL color Cylindrical-coordinate representation of color #38BFBA: hue angle of 177.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BFBA is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 191 186 -
CMYK 0.71 0 0.03 0.25
HSL 177.78º 0.55% 0.48% -
HSV(B) 177.78º 0.71% 0.75% -
XYZ 29.12 41.65 52.96 -
YUV 150.07 148.27 60.91 -
System Red Green Blue C M Y K H S L
Decimal 56 191 186 0.71 0 0.03 0.25 177.78 0.55 0.48
Hex 38 BF BA 47 0 3 19 B2 37 30
Octal 70 277 272 107 0 3 31 262 67 60
Binary 111000 10111111 10111010 1000111 0 11 11001 10110010 110111 110000

Color Harmonies of #38BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BFBA

Black with #38BFBA

Text Example


Text Example

White with #38BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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