Html Css Color HEX #38C7D1 Medium Turquoise

📋 copy color: '#38C7D1'

red 56 ◦ green 199 ◦ blue 209

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

Shades of Medium Turquoise #38C7D1

Tints of Medium Turquoise #38C7D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.04%

R = 12.07%
G = 42.89%
B = 45.04%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#38C7D1 (or 0x38C7D1) is known color: Medium Turquoise. HEX triplet: 38, C7 and D1. RGB value is (56,199,209). Sum of RGB (Red+Green+Blue) = 56+199+209=464 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.07% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #38C7D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C7D1 is #C7382E. Grayscale: #9D9D9D. Windows color (decimal): -13056047 or 13748024. OLE color: 13748024.

HSL color Cylindrical-coordinate representation of color #38C7D1: hue angle of 183.92º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38C7D1 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 199 209 -
CMYK 0.73 0.05 0 0.18
HSL 183.92º 0.62% 0.52% -
HSV(B) 183.92º 0.73% 0.82% -
XYZ 33.56 46.29 67.49 -
YUV 157.38 157.12 55.69 -
System Red Green Blue C M Y K H S L
Decimal 56 199 209 0.73 0.05 0 0.18 183.92 0.62 0.52
Hex 38 C7 D1 49 5 0 12 B8 3E 34
Octal 70 307 321 111 5 0 22 270 76 64
Binary 111000 11000111 11010001 1001001 101 0 10010 10111000 111110 110100

Color Harmonies of #38C7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C7D1

Black with #38C7D1

Text Example


Text Example

White with #38C7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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