Html Css Color HEX #38C7B4 Medium Turquoise

📋 copy color: '#38C7B4'

red 56 ◦ green 199 ◦ blue 180

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

Shades of Medium Turquoise #38C7B4

Tints of Medium Turquoise #38C7B4

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.75%

 BLUE value IS 180 (70.7% from 255) = 41.38%

R = 12.87%
G = 45.75%
B = 41.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#38C7B4 (or 0x38C7B4) is known color: Medium Turquoise. HEX triplet: 38, C7 and B4. RGB value is (56,199,180). Sum of RGB (Red+Green+Blue) = 56+199+180=435 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.87% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #38C7B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C7B4 is #C7384B. Grayscale: #9A9A9A. Windows color (decimal): -13056076 or 11847480. OLE color: 11847480.

HSL color Cylindrical-coordinate representation of color #38C7B4: hue angle of 172.03º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C7B4 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 199 180 -
CMYK 0.72 0 0.10 0.22
HSL 172.03º 0.56% 0.5% -
HSV(B) 172.03º 0.72% 0.78% -
XYZ 30.29 44.98 50.27 -
YUV 154.08 142.62 58.04 -
System Red Green Blue C M Y K H S L
Decimal 56 199 180 0.72 0 0.10 0.22 172.03 0.56 0.5
Hex 38 C7 B4 48 0 A 16 AC 38 32
Octal 70 307 264 110 0 12 26 254 70 62
Binary 111000 11000111 10110100 1001000 0 1010 10110 10101100 111000 110010

Color Harmonies of #38C7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C7B4

Black with #38C7B4

Text Example


Text Example

White with #38C7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,199,180); }

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

background-color css

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

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

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

border-color css

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

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

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