Html Css Color HEX #38CDC1 Medium Turquoise

📋 copy color: '#38CDC1'

red 56 ◦ green 205 ◦ blue 193

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

Shades of Medium Turquoise #38CDC1

Tints of Medium Turquoise #38CDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.51%

R = 12.33%
G = 45.15%
B = 42.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#38CDC1 (or 0x38CDC1) is known color: Medium Turquoise. HEX triplet: 38, CD and C1. RGB value is (56,205,193). Sum of RGB (Red+Green+Blue) = 56+205+193=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #38CDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CDC1 is #C7323E. Grayscale: #9E9E9E. Windows color (decimal): -13054527 or 12700984. OLE color: 12700984.

HSL color Cylindrical-coordinate representation of color #38CDC1: hue angle of 175.17º 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 #38CDC1 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 205 193 -
CMYK 0.73 0 0.06 0.20
HSL 175.17º 0.6% 0.51% -
HSV(B) 175.17º 0.73% 0.8% -
XYZ 33.09 48.35 58.04 -
YUV 159.08 147.14 54.48 -
System Red Green Blue C M Y K H S L
Decimal 56 205 193 0.73 0 0.06 0.20 175.17 0.6 0.51
Hex 38 CD C1 49 0 6 14 AF 3C 33
Octal 70 315 301 111 0 6 24 257 74 63
Binary 111000 11001101 11000001 1001001 0 110 10100 10101111 111100 110011

Color Harmonies of #38CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CDC1

Black with #38CDC1

Text Example


Text Example

White with #38CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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