Html Css Color HEX #38CEC0 Medium Turquoise

📋 copy color: '#38CEC0'

red 56 ◦ green 206 ◦ blue 192

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

Shades of Medium Turquoise #38CEC0

Tints of Medium Turquoise #38CEC0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.37%

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 12.33%
G = 45.37%
B = 42.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#38CEC0 (or 0x38CEC0) is known color: Medium Turquoise. HEX triplet: 38, CE and C0. RGB value is (56,206,192). Sum of RGB (Red+Green+Blue) = 56+206+192=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #38CEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CEC0 is #C7313F. Grayscale: #9F9F9F. Windows color (decimal): -13054272 or 12635704. OLE color: 12635704.

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

Color convert

RGB 56 206 192 -
CMYK 0.73 0 0.07 0.19
HSL 174.4º 0.6% 0.51% -
HSV(B) 174.4º 0.73% 0.81% -
XYZ 33.22 48.79 57.54 -
YUV 159.55 146.31 54.14 -
System Red Green Blue C M Y K H S L
Decimal 56 206 192 0.73 0 0.07 0.19 174.4 0.6 0.51
Hex 38 CE C0 49 0 7 13 AE 3C 33
Octal 70 316 300 111 0 7 23 256 74 63
Binary 111000 11001110 11000000 1001001 0 111 10011 10101110 111100 110011

Color Harmonies of #38CEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CEC0

Black with #38CEC0

Text Example


Text Example

White with #38CEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,206,192); }

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

background-color css

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

 a { background-color: rgb(56,206,192); }

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

border-color css

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

 span { border-color: rgb(56,206,192); }

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