Html Css Color HEX #38C7D8 Medium Turquoise

📋 copy color: '#38C7D8'

red 56 ◦ green 199 ◦ blue 216

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

Shades of Medium Turquoise #38C7D8

Tints of Medium Turquoise #38C7D8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.25%

 BLUE value IS 216 (84.77% from 255) = 45.86%

R = 11.89%
G = 42.25%
B = 45.86%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#38C7D8 (or 0x38C7D8) is known color: Medium Turquoise. HEX triplet: 38, C7 and D8. RGB value is (56,199,216). Sum of RGB (Red+Green+Blue) = 56+199+216=471 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.89% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #38C7D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C7D8 is #C73827. Grayscale: #9D9D9D. Windows color (decimal): -13056040 or 14206776. OLE color: 14206776.

HSL color Cylindrical-coordinate representation of color #38C7D8: hue angle of 186.38º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38C7D8 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 199 216 -
CMYK 0.74 0.08 0 0.15
HSL 186.38º 0.67% 0.53% -
HSV(B) 186.38º 0.74% 0.85% -
XYZ 34.45 46.65 72.15 -
YUV 158.18 160.62 55.12 -
System Red Green Blue C M Y K H S L
Decimal 56 199 216 0.74 0.08 0 0.15 186.38 0.67 0.53
Hex 38 C7 D8 4A 8 0 F BA 43 35
Octal 70 307 330 112 10 0 17 272 103 65
Binary 111000 11000111 11011000 1001010 1000 0 1111 10111010 1000011 110101

Color Harmonies of #38C7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C7D8

Black with #38C7D8

Text Example


Text Example

White with #38C7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,199,216); }

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

background-color css

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

 a { background-color: rgb(56,199,216); }

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

border-color css

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

 span { border-color: rgb(56,199,216); }

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