Html Css Color HEX #38CDB7 Medium Turquoise

📋 copy color: '#38CDB7'

red 56 ◦ green 205 ◦ blue 183

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

Shades of Medium Turquoise #38CDB7

Tints of Medium Turquoise #38CDB7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.17%

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

R = 12.61%
G = 46.17%
B = 41.22%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#38CDB7 (or 0x38CDB7) is known color: Medium Turquoise. HEX triplet: 38, CD and B7. RGB value is (56,205,183). Sum of RGB (Red+Green+Blue) = 56+205+183=444 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.61% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #38CDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CDB7 is #C73248. Grayscale: #9D9D9D. Windows color (decimal): -13054537 or 12045624. OLE color: 12045624.

HSL color Cylindrical-coordinate representation of color #38CDB7: hue angle of 171.14º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CDB7 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 205 183 -
CMYK 0.73 0 0.11 0.20
HSL 171.14º 0.6% 0.51% -
HSV(B) 171.14º 0.73% 0.8% -
XYZ 32.01 47.92 52.36 -
YUV 157.94 142.14 55.29 -
System Red Green Blue C M Y K H S L
Decimal 56 205 183 0.73 0 0.11 0.20 171.14 0.6 0.51
Hex 38 CD B7 49 0 B 14 AB 3C 33
Octal 70 315 267 111 0 13 24 253 74 63
Binary 111000 11001101 10110111 1001001 0 1011 10100 10101011 111100 110011

Color Harmonies of #38CDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CDB7

Black with #38CDB7

Text Example


Text Example

White with #38CDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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