Html Css Color HEX #38CFB9 Medium Turquoise

📋 copy color: '#38CFB9'

red 56 ◦ green 207 ◦ blue 185

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

Shades of Medium Turquoise #38CFB9

Tints of Medium Turquoise #38CFB9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.21%

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

R = 12.5%
G = 46.21%
B = 41.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#38CFB9 (or 0x38CFB9) is known color: Medium Turquoise. HEX triplet: 38, CF and B9. RGB value is (56,207,185). Sum of RGB (Red+Green+Blue) = 56+207+185=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #38CFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CFB9 is #C73046. Grayscale: #9F9F9F. Windows color (decimal): -13054023 or 12177208. OLE color: 12177208.

HSL color Cylindrical-coordinate representation of color #38CFB9: hue angle of 171.26º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CFB9 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 207 185 -
CMYK 0.73 0 0.11 0.19
HSL 171.26º 0.61% 0.52% -
HSV(B) 171.26º 0.73% 0.81% -
XYZ 32.7 48.97 53.63 -
YUV 159.34 142.47 54.29 -
System Red Green Blue C M Y K H S L
Decimal 56 207 185 0.73 0 0.11 0.19 171.26 0.61 0.52
Hex 38 CF B9 49 0 B 13 AB 3D 34
Octal 70 317 271 111 0 13 23 253 75 64
Binary 111000 11001111 10111001 1001001 0 1011 10011 10101011 111101 110100

Color Harmonies of #38CFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CFB9

Black with #38CFB9

Text Example


Text Example

White with #38CFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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