Html Css Color HEX #38BEC6 Medium Turquoise

📋 copy color: '#38BEC6'

red 56 ◦ green 190 ◦ blue 198

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

Shades of Medium Turquoise #38BEC6

Tints of Medium Turquoise #38BEC6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.79%

 BLUE value IS 198 (77.73% from 255) = 44.59%

R = 12.61%
G = 42.79%
B = 44.59%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#38BEC6 (or 0x38BEC6) is known color: Medium Turquoise. HEX triplet: 38, BE and C6. RGB value is (56,190,198). Sum of RGB (Red+Green+Blue) = 56+190+198=444 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.61% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #38BEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BEC6 is #C74139. Grayscale: #969696. Windows color (decimal): -13058362 or 13024824. OLE color: 13024824.

HSL color Cylindrical-coordinate representation of color #38BEC6: hue angle of 183.38º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38BEC6 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 190 198 -
CMYK 0.72 0.04 0 0.22
HSL 183.38º 0.56% 0.5% -
HSV(B) 183.38º 0.72% 0.78% -
XYZ 30.24 41.74 59.89 -
YUV 150.85 154.61 60.35 -
System Red Green Blue C M Y K H S L
Decimal 56 190 198 0.72 0.04 0 0.22 183.38 0.56 0.5
Hex 38 BE C6 48 4 0 16 B7 38 32
Octal 70 276 306 110 4 0 26 267 70 62
Binary 111000 10111110 11000110 1001000 100 0 10110 10110111 111000 110010

Color Harmonies of #38BEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BEC6

Black with #38BEC6

Text Example


Text Example

White with #38BEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,190,198); }

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

background-color css

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

 a { background-color: rgb(56,190,198); }

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

border-color css

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

 span { border-color: rgb(56,190,198); }

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