Html Css Color HEX #38C7CE Medium Turquoise

📋 copy color: '#38C7CE'

red 56 ◦ green 199 ◦ blue 206

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

Shades of Medium Turquoise #38C7CE

Tints of Medium Turquoise #38C7CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 12.15%
G = 43.17%
B = 44.69%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#38C7CE (or 0x38C7CE) is known color: Medium Turquoise. HEX triplet: 38, C7 and CE. RGB value is (56,199,206). Sum of RGB (Red+Green+Blue) = 56+199+206=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #38C7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C7CE is #C73831. Grayscale: #9C9C9C. Windows color (decimal): -13056050 or 13551416. OLE color: 13551416.

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

Color convert

RGB 56 199 206 -
CMYK 0.73 0.03 0 0.19
HSL 182.8º 0.6% 0.51% -
HSV(B) 182.8º 0.73% 0.81% -
XYZ 33.19 46.14 65.55 -
YUV 157.04 155.62 55.93 -
System Red Green Blue C M Y K H S L
Decimal 56 199 206 0.73 0.03 0 0.19 182.8 0.6 0.51
Hex 38 C7 CE 49 3 0 13 B7 3C 33
Octal 70 307 316 111 3 0 23 267 74 63
Binary 111000 11000111 11001110 1001001 11 0 10011 10110111 111100 110011

Color Harmonies of #38C7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C7CE

Black with #38C7CE

Text Example


Text Example

White with #38C7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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