Html Css Color HEX #38CEB7 Medium Turquoise

📋 copy color: '#38CEB7'

red 56 ◦ green 206 ◦ blue 183

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

Shades of Medium Turquoise #38CEB7

Tints of Medium Turquoise #38CEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.12%

R = 12.58%
G = 46.29%
B = 41.12%

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

#38CEB7 (or 0x38CEB7) is known color: Medium Turquoise. HEX triplet: 38, CE and B7. RGB value is (56,206,183). Sum of RGB (Red+Green+Blue) = 56+206+183=445 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.58% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #38CEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CEB7 is #C73148. Grayscale: #9E9E9E. Windows color (decimal): -13054281 or 12045880. OLE color: 12045880.

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

Color convert

RGB 56 206 183 -
CMYK 0.73 0 0.11 0.19
HSL 170.8º 0.6% 0.51% -
HSV(B) 170.8º 0.73% 0.81% -
XYZ 32.25 48.4 52.44 -
YUV 158.53 141.81 54.87 -
System Red Green Blue C M Y K H S L
Decimal 56 206 183 0.73 0 0.11 0.19 170.8 0.6 0.51
Hex 38 CE B7 49 0 B 13 AB 3C 33
Octal 70 316 267 111 0 13 23 253 74 63
Binary 111000 11001110 10110111 1001001 0 1011 10011 10101011 111100 110011

Color Harmonies of #38CEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CEB7

Black with #38CEB7

Text Example


Text Example

White with #38CEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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