Html Css Color HEX #38CDB9 Medium Turquoise

📋 copy color: '#38CDB9'

red 56 ◦ green 205 ◦ blue 185

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

Shades of Medium Turquoise #38CDB9

Tints of Medium Turquoise #38CDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.96%

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

R = 12.56%
G = 45.96%
B = 41.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#38CDB9 (or 0x38CDB9) is known color: Medium Turquoise. HEX triplet: 38, CD and B9. RGB value is (56,205,185). Sum of RGB (Red+Green+Blue) = 56+205+185=446 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.56% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #38CDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CDB9 is #C73246. Grayscale: #9E9E9E. Windows color (decimal): -13054535 or 12176696. OLE color: 12176696.

HSL color Cylindrical-coordinate representation of color #38CDB9: hue angle of 171.95º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CDB9 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 205 185 -
CMYK 0.73 0 0.10 0.20
HSL 171.95º 0.6% 0.51% -
HSV(B) 171.95º 0.73% 0.8% -
XYZ 32.22 48.01 53.47 -
YUV 158.17 143.14 55.13 -
System Red Green Blue C M Y K H S L
Decimal 56 205 185 0.73 0 0.10 0.20 171.95 0.6 0.51
Hex 38 CD B9 49 0 A 14 AC 3C 33
Octal 70 315 271 111 0 12 24 254 74 63
Binary 111000 11001101 10111001 1001001 0 1010 10100 10101100 111100 110011

Color Harmonies of #38CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CDB9

Black with #38CDB9

Text Example


Text Example

White with #38CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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