Html Css Color HEX #38BFBF Medium Turquoise

📋 copy color: '#38BFBF'

red 56 ◦ green 191 ◦ blue 191

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

Shades of Medium Turquoise #38BFBF

Tints of Medium Turquoise #38BFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.61%

R = 12.79%
G = 43.61%
B = 43.61%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#38BFBF (or 0x38BFBF) is known color: Medium Turquoise. HEX triplet: 38, BF and BF. RGB value is (56,191,191). Sum of RGB (Red+Green+Blue) = 56+191+191=438 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.79% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #38BFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BFBF is #C74040. Grayscale: #969696. Windows color (decimal): -13058113 or 12566328. OLE color: 12566328.

HSL color Cylindrical-coordinate representation of color #38BFBF: hue angle of 180º 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 #38BFBF is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 191 191 -
CMYK 0.71 0 0 0.25
HSL 180º 0.55% 0.48% -
HSV(B) 180º 0.71% 0.75% -
XYZ 29.67 41.86 55.81 -
YUV 150.64 150.77 60.5 -
System Red Green Blue C M Y K H S L
Decimal 56 191 191 0.71 0 0 0.25 180 0.55 0.48
Hex 38 BF BF 47 0 0 19 B4 37 30
Octal 70 277 277 107 0 0 31 264 67 60
Binary 111000 10111111 10111111 1000111 0 0 11001 10110100 110111 110000

Color Harmonies of #38BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BFBF

Black with #38BFBF

Text Example


Text Example

White with #38BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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