Html Css Color HEX #38D4B9 Medium Turquoise

📋 copy color: '#38D4B9'

red 56 ◦ green 212 ◦ blue 185

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

Shades of Medium Turquoise #38D4B9

Tints of Medium Turquoise #38D4B9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.8%

 BLUE value IS 185 (72.66% from 255) = 40.84%

R = 12.36%
G = 46.8%
B = 40.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#38D4B9 (or 0x38D4B9) is known color: Medium Turquoise. HEX triplet: 38, D4 and B9. RGB value is (56,212,185). Sum of RGB (Red+Green+Blue) = 56+212+185=453 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.36% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #38D4B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D4B9 is #C72B46. Grayscale: #A2A2A2. Windows color (decimal): -13052743 or 12178488. OLE color: 12178488.

HSL color Cylindrical-coordinate representation of color #38D4B9: hue angle of 169.62º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D4B9 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 56 212 185 -
CMYK 0.74 0 0.13 0.17
HSL 169.62º 0.64% 0.53% -
HSV(B) 169.62º 0.74% 0.83% -
XYZ 33.93 51.43 54.04 -
YUV 162.28 140.82 52.2 -
System Red Green Blue C M Y K H S L
Decimal 56 212 185 0.74 0 0.13 0.17 169.62 0.64 0.53
Hex 38 D4 B9 4A 0 D 11 AA 40 35
Octal 70 324 271 112 0 15 21 252 100 65
Binary 111000 11010100 10111001 1001010 0 1101 10001 10101010 1000000 110101

Color Harmonies of #38D4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D4B9

Black with #38D4B9

Text Example


Text Example

White with #38D4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,212,185); }

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

background-color css

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

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

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

border-color css

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

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

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